LibreOffice
LibreOffice 24.2 SDK API Reference
|
These enumeration values specify the horizontal orientation. More...
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... | |
These enumeration values specify the horizontal orientation.
const short CENTER = 2 |
The object is aligned at the middle.
const short FULL = 6 |
The object uses the full space (for text tables only).
const short INSIDE = 4 |
TODO.
const short LEFT = 3 |
The object is aligned at the left side.
const short LEFT_AND_WIDTH = 7 |
The left offset and the width of the object are defined.
For text tables this means that the tables position is defined by the left margin and the width.
const short NONE = 0 |
no hard alignment is applied.
For text tables this means that the tables position is defined by the left and right margins.
For frame objects (text frames, graphics,...) this means that the position is defined by a left offset.
const short OUTSIDE = 5 |
TODO.
const short RIGHT = 1 |
The object is aligned at the right side.