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