Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

com :: sun :: star :: sheet ::

service TableAutoFormat

Description
an autoformat for tables.


Exported Interfaces

com::sun::star::container::XIndexAccess
Description
provides access to the elements of a collection through an index.
com::sun::star::container::XNamed
Description
specifies the name of the object.
com::sun::star::beans::XPropertySet
Description
provides information about and access to the properties from an implementation.

Properties' Summary

IncludeFont specifies if the font settings from the fields should be used.
IncludeJustify specifies if the justification settings from the fields should be used.
IncludeBorder specifies if the border settings from the fields should be used.
IncludeBackground specifies if the background settings from the fields should be used.
IncludeNumberFormat specifies if the number format settings from the fields should be used.
IncludeWidthAndHeight specifies if the column widths and row heights should be updated after applying the format.

Properties' Details

IncludeFont
 
boolean IncludeFont;
Description
specifies if the font settings from the fields should be used.
IncludeJustify
 
boolean IncludeJustify;
Description
specifies if the justification settings from the fields should be used.
IncludeBorder
 
boolean IncludeBorder;
Description
specifies if the border settings from the fields should be used.
IncludeBackground
 
boolean IncludeBackground;
Description
specifies if the background settings from the fields should be used.
IncludeNumberFormat
 
boolean IncludeNumberFormat;
Description
specifies if the number format settings from the fields should be used.
IncludeWidthAndHeight
 
boolean IncludeWidthAndHeight;
Description
specifies if the column widths and row heights should be updated after applying the format.

Top of Page