LibreOffice
LibreOffice 24.2 SDK API Reference
|
gives access to the text and formatting of a fixed text field. More...
import"XFixedText.idl";
Public Member Functions | |
void | setText ([in] string Text) |
sets the text of the control. More... | |
string | getText () |
returns the text of the control. More... | |
void | setAlignment ([in] short nAlign) |
sets the alignment of the text in the control. More... | |
short | getAlignment () |
returns the alignment of the text in the control. 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... | |
gives access to the text and formatting of a fixed text field.
short getAlignment | ( | ) |
returns the alignment of the text in the control.
string getText | ( | ) |
returns the text of the control.
void setAlignment | ( | [in] short | nAlign | ) |
sets the alignment of the text in the control.
0: left 1: center 2: right
void setText | ( | [in] string | Text | ) |
sets the text of the control.