LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
HoriOrientationFormat Struct Referencepublished

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...
 

Detailed Description

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.

Member Data Documentation

◆ HorizontalOrientation

short HorizontalOrientation

determines the horizontal alignment of an object.

The values refer to com::sun::star::HoriOrientation.

◆ HorizontalRelation

short HorizontalRelation

determines the reference position of the horizontal alignment.

See also
com::sun::star::text::RelOrientation

◆ PositionToggle

boolean PositionToggle

determines if the orientation toggles between left and right pages.

◆ XPos

long XPos

contains the distance from the left border.

Only valid if the property HorizontalOrientation contains the value HORI_NONE.


The documentation for this struct was generated from the following file: