LibreOffice
LibreOffice 24.2 SDK API Reference
|
describes the vertical orientation of an object. More...
import"VertOrientationFormat.idl";
Public Attributes | |
long | YPos |
contains the distance from top. More... | |
short | VerticalOrientation |
determines the vertical alignment of an object. More... | |
short | VerticalRelation |
determines the reference position of the vertical alignment. More... | |
describes the vertical orientation of an object.
If VerticalOrientation == VERT_NONE
, then the value "YPos" describes the distance from the top of the context. Otherwise "YPos" is ignored.
short VerticalOrientation |
determines the vertical alignment of an object.
The values refer to com::sun::star::VertOrientation.
short VerticalRelation |
determines the reference position of the vertical alignment.
long YPos |
contains the distance from top.
Only valid if the property VerticalOrientation contains the value VERT_NONE.