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

constants group PositionAndSpaceMode
Description
These enumeration values specify the position and space mode for a numbering level
Since
OOo 3.0

Constants
LABEL_WIDTH_AND_POSITION positioning and spacing of list label via label width and position  
LABEL_ALIGNMENT positioning and spacing of list label via label alignment  
Constants' Details
LABEL_WIDTH_AND_POSITION
const short LABEL_WIDTH_AND_POSITION = 0;
Description
positioning and spacing of list label via label width and position
LABEL_ALIGNMENT
const short LABEL_ALIGNMENT = 1;
Description
positioning and spacing of list label via label alignment
Top of Page