LibreOffice
LibreOffice 24.2 SDK API Reference
|
describes the horizontal orientation of an object. More...
import"HoriOrientationFormat.idl";
Public Attributes | |
long | XPos |
contains the distance from the left border. More... | |
short | HorizontalOrientation |
determines the horizontal alignment of an object. More... | |
short | HorizontalRelation |
determines the reference position of the horizontal alignment. More... | |
boolean | PositionToggle |
determines if the orientation toggles between left and right pages. More... | |
describes the horizontal orientation of an object.
If HorizontalOrientation == HORI_NONE
, then the value "XPos" describes the distance from the left border of the context. Otherwise "XPos" is ignored.
The following flags are used to adapt the position of the object to odd and even pages. If "PositionToggle" is set, then the horizontal position is mirrored.
short HorizontalOrientation |
determines the horizontal alignment of an object.
The values refer to com::sun::star::HoriOrientation.
short HorizontalRelation |
determines the reference position of the horizontal alignment.
boolean PositionToggle |
determines if the orientation toggles between left and right pages.
long XPos |
contains the distance from the left border.
Only valid if the property HorizontalOrientation contains the value HORI_NONE.