LibreOffice
LibreOffice 24.2 SDK API Reference
|
This structure is used to specify a single tabulator stop. More...
import"TabStop.idl";
Public Attributes | |
long | Position |
This field specifies the position of the tabulator in relation to the left border. More... | |
com::sun::star::style::TabAlign | Alignment |
This field specifies the alignment of the text range before the tabulator. More... | |
char | DecimalChar |
This field specifies which delimiter is used for the decimal. More... | |
char | FillChar |
This field specifies the character that is used to fill up the space between the text in the text range and the tabulators. More... | |
This structure is used to specify a single tabulator stop.
com::sun::star::style::TabAlign Alignment |
This field specifies the alignment of the text range before the tabulator.
char DecimalChar |
This field specifies which delimiter is used for the decimal.
char FillChar |
This field specifies the character that is used to fill up the space between the text in the text range and the tabulators.
long Position |
This field specifies the position of the tabulator in relation to the left border.