LibreOffice
LibreOffice 24.2 SDK API Reference
|
manages columns within the object. More...
import"XTextColumns.idl";
Public Member Functions | |
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... | |
manages columns within the object.
The values used are relative. So it is not necessary to know the width of the object. The sum of the relative width values depends on the object and is defined in "ReferenceValue."
short getColumnCount | ( | ) |
sequence<com::sun::star::text::TextColumn> getColumns | ( | ) |
returns the column description of the object.
long getReferenceValue | ( | ) |
As described above, the width values are relative.
void setColumnCount | ( | [in] short | nColumns | ) |
sets the number of columns.
The minimum is 1 column.
void setColumns | ( | [in] sequence< com::sun::star::text::TextColumn > | Columns | ) |
sets the descriptors of all columns.
The number of members in the sequence must be the same as the number of columns of the object.