Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

service TableAutoFormat
Description
represents an AutoFormat, containing exactly 16 AutoFormat fields.

Each of the 16 fields contain formatting properties for a table cell at a specific position in the AutoFormat range. The rows of the range are divided into a header row, a footer row and 2 data rows (repeated in turn between header and footer row). The columns are divided similar. This results in 16 different types of cells in the range. The AutoFormats are numbered row by row, then column by column.

See also
TableAutoFormatField
Developers Guide
Spreadsheets - Table Auto Formats

Exported Interfaces - Summary
::com::sun::star::beans::XPropertySet

provides access to the properties.

::com::sun::star::container::XIndexAccess

provides methods to access the AutoFormat fields via index. (details)

::com::sun::star::container::XEnumerationAccess

creates an enumeration of all 16 AutoFormat fields. (details)

::com::sun::star::container::XNamed

provides methods to access the name of the AutoFormat.

Properties' Summary
boolean
IncludeFont
specifies whether the font settings from the fields are used.  
boolean
IncludeJustify
specifies whether the justification settings from the fields are used.  
boolean
IncludeBorder
specifies whether the border settings from the fields are used.  
boolean
IncludeBackground
specifies whether the background settings from the fields are used.  
boolean
IncludeNumberFormat
specifies whether the number format settings from the fields are used.  
boolean
IncludeWidthAndHeight
specifies whether the column widths and row heights should be updated after applying the format.  
Exported Interfaces - Details
::com::sun::star::beans::XPropertySet
Description
provides access to the properties.
::com::sun::star::container::XIndexAccess
Description
provides methods to access the AutoFormat fields via index.
See also
TableAutoFormatField
::com::sun::star::container::XEnumerationAccess
Description
creates an enumeration of all 16 AutoFormat fields.
See also
TableAutoFormatEnumeration
::com::sun::star::container::XNamed
Description
provides methods to access the name of the AutoFormat.
Properties' Details
IncludeFont
boolean IncludeFont;
Description
specifies whether the font settings from the fields are used.
IncludeJustify
boolean IncludeJustify;
Description
specifies whether the justification settings from the fields are used.
IncludeBorder
boolean IncludeBorder;
Description
specifies whether the border settings from the fields are used.
IncludeBackground
boolean IncludeBackground;
Description
specifies whether the background settings from the fields are used.
IncludeNumberFormat
boolean IncludeNumberFormat;
Description
specifies whether the number format settings from the fields are used.
IncludeWidthAndHeight
boolean IncludeWidthAndHeight;
Description
specifies whether the column widths and row heights should be updated after applying the format.

 
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.