service TextColumns in module com::sun::star::text::

(Global Index)

Syntax

service TextColumns;

Description

provides access to columns in text (e.g., in TextFrames ).

Exported Interfaces

com::sun::star::text::XTextColumns

Description

manages columns within the object.


Property Summary

IsAutomatic determines whether the columns all have equal width. This flag is set if XTextColumns::setColumnCount() is called and it is reset if XTextColumns::setColumns() is called.

AutomaticDistance contains the distance between the columns. It is valid if the property IsAutomatic is set. Half of this distance is set to the left and right margins of all columns, except for the left margin of the first column, and the right margin of the last column.

SeparatorLineWidth determines the width of the separator lines between the columns.

SeparatorLineColor determines the color of the separator lines between the columns.

SeparatorLineRelativeHeight determines the relative height of the separator lines between the columns.

SeparatorLineVerticalAlignment determines the vertical alignment of the separator lines between the columns.

SeparatorLineIsOn determines whether separator lines are on.

Property Details



IsAutomatic

Syntax

[readonly] boolean IsAutomatic;

Description

determines whether the columns all have equal width. This flag is set if XTextColumns::setColumnCount() is called and it is reset if XTextColumns::setColumns() is called.


AutomaticDistance

Syntax

long AutomaticDistance;

Description

contains the distance between the columns. It is valid if the property IsAutomatic is set. Half of this distance is set to the left and right margins of all columns, except for the left margin of the first column, and the right margin of the last column.


SeparatorLineWidth

Syntax

long SeparatorLineWidth;

Description

determines the width of the separator lines between the columns.


SeparatorLineColor

Syntax

long SeparatorLineColor;

Description

determines the color of the separator lines between the columns.


SeparatorLineRelativeHeight

Syntax

long SeparatorLineRelativeHeight;

Description

determines the relative height of the separator lines between the columns.


SeparatorLineVerticalAlignment

Syntax

com::sun::star::style::VerticalAlignment SeparatorLineVerticalAlignment;

Description

determines the vertical alignment of the separator lines between the columns.


SeparatorLineIsOn

Syntax

boolean SeparatorLineIsOn;

Description

determines whether separator lines are on.

Top of Page