LibreOffice
LibreOffice 7.4 SDK API Reference
Exported Interfaces | Public Attributes | List of all members
TextColumns Service Referencepublished

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

import"TextColumns.idl";

Inheritance diagram for TextColumns:
XTextColumns XInterface

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::TextColumngetColumns ()
 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...
 

Detailed Description

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

Developers Guide
Text Documents - Columns

Exported Interfaces

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

Member Data Documentation

◆ AutomaticDistance

long AutomaticDistance
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.

◆ IsAutomatic

boolean IsAutomatic
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.

◆ SeparatorLineColor

com::sun::star::util::Color SeparatorLineColor
property

determines the color of the separator lines between the columns.

◆ SeparatorLineIsOn

boolean SeparatorLineIsOn
property

determines whether separator lines are on.

◆ SeparatorLineRelativeHeight

long SeparatorLineRelativeHeight
property

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

◆ SeparatorLineStyle

short SeparatorLineStyle
optionalproperty

determines the style of the separator lines between the columns.

See also
com::sun::star::text:ColumnSeparatorStyle for the possible values.

◆ SeparatorLineVerticalAlignment

com::sun::star::style::VerticalAlignment SeparatorLineVerticalAlignment
property

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

◆ SeparatorLineWidth

long SeparatorLineWidth
property

determines the width of the separator lines between the columns.


The documentation for this service was generated from the following file: