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