LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides access to columns in text (e.g., in TextFrames ). More...
import"TextColumns.idl";
Exported Interfaces | |
interface | com::sun::star::text::XTextColumns |
Public Attributes | |
boolean | IsAutomatic |
determines whether the columns all have equal width. More... | |
long | AutomaticDistance |
contains the distance between the columns. More... | |
long | SeparatorLineWidth |
determines the width of the separator lines between the columns. More... | |
com::sun::star::util::Color | SeparatorLineColor |
determines the color of the separator lines between the columns. More... | |
long | SeparatorLineRelativeHeight |
determines the relative height of the separator lines between the columns. More... | |
com::sun::star::style::VerticalAlignment | SeparatorLineVerticalAlignment |
determines the vertical alignment of the separator lines between the columns. More... | |
boolean | SeparatorLineIsOn |
determines whether separator lines are on. More... | |
short | SeparatorLineStyle |
determines the style of the separator lines between the columns. More... | |
Additional Inherited Members | |
Public Member Functions inherited from XTextColumns | |
long | getReferenceValue () |
short | getColumnCount () |
void | setColumnCount ([in] short nColumns) |
sets the number of columns. More... | |
sequence< com::sun::star::text::TextColumn > | getColumns () |
returns the column description of the object. More... | |
void | setColumns ([in] sequence< com::sun::star::text::TextColumn > Columns) |
sets the descriptors of all columns. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
provides access to columns in text (e.g., in TextFrames ).
interface com::sun::star::text::XTextColumns |
|
property |
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.
|
propertyreadonly |
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.
|
property |
determines the color of the separator lines between the columns.
|
property |
determines whether separator lines are on.
|
property |
determines the relative height of the separator lines between the columns.
|
optionalproperty |
determines the style of the separator lines between the columns.
|
property |
determines the vertical alignment of the separator lines between the columns.
|
property |
determines the width of the separator lines between the columns.