:: com :: sun :: star :: text ::

unpublished constants group PositionLayoutDir
Usage Restrictions
not published
Description
These values specify the layout direction, in which the position attributes of a shape are given
Since
OOo 2.0

Constants
PositionInHoriL2R position attributes are given in horizontal left-to-right direction  
PositionInLayoutDirOfAnchor position attributes are given in layout direction of the drawing objects anchor  
Constants' Details
PositionInHoriL2R
const short PositionInHoriL2R = 1;
Description
position attributes are given in horizontal left-to-right direction
PositionInLayoutDirOfAnchor
const short PositionInLayoutDirOfAnchor = 2;
Description
position attributes are given in layout direction of the drawing objects anchor
Top of Page