LibreOffice
LibreOffice 24.2 SDK API Reference
|
Go to the source code of this file.
Modules | |
module | com |
module | com::sun |
module | com::sun::star |
the module com::sun::star is the root module of the UNO API. | |
module | com::sun::star::text |
Text specific interfaces. | |
Constant Groups | |
constants | com::sun::star::text::HoriOrientation |
These enumeration values specify the horizontal orientation. | |
Variables | |
const short | NONE = 0 |
no hard alignment is applied. More... | |
const short | RIGHT = 1 |
The object is aligned at the right side. More... | |
const short | CENTER = 2 |
The object is aligned at the middle. More... | |
const short | LEFT = 3 |
The object is aligned at the left side. More... | |
const short | INSIDE = 4 |
TODO. More... | |
const short | OUTSIDE = 5 |
TODO. More... | |
const short | FULL = 6 |
The object uses the full space (for text tables only). More... | |
const short | LEFT_AND_WIDTH = 7 |
The left offset and the width of the object are defined. More... | |