service TableAutoFormat in module com::sun::star::sheet::

(Global Index)

Syntax

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.


Property 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.

Property Details



IncludeFont

Syntax

boolean IncludeFont;

Description

specifies if the font settings from the fields should be used.


IncludeJustify

Syntax

boolean IncludeJustify;

Description

specifies if the justification settings from the fields should be used.


IncludeBorder

Syntax

boolean IncludeBorder;

Description

specifies if the border settings from the fields should be used.


IncludeBackground

Syntax

boolean IncludeBackground;

Description

specifies if the background settings from the fields should be used.


IncludeNumberFormat

Syntax

boolean IncludeNumberFormat;

Description

specifies if the number format settings from the fields should be used.


IncludeWidthAndHeight

Syntax

boolean IncludeWidthAndHeight;

Description

specifies if the column widths and row heights should be updated after applying the format.

Top of Page