LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies the alignment of an image. More...
Variables | |
const short | LEFT = 0 |
specifies to align left. | |
const short | TOP = 1 |
specifies to align top. | |
const short | RIGHT = 2 |
specifies to align right. | |
const short | BOTTOM = 3 |
specifies to align bottom. | |
specifies the alignment of an image.
const short BOTTOM = 3 |
specifies to align bottom.
const short LEFT = 0 |
specifies to align left.
const short RIGHT = 2 |
specifies to align right.
const short TOP = 1 |
specifies to align top.