:: com :: sun :: star :: style ::

service NumberingAlignment
Description
specify the alignment of a numbering level.

Properties' Summary
HorizontalAlignment
Alignment
set the alignment from the numbering. Use the com::sun::star::style::HorizontalAlignment enum to change the alignment.  
short
TextMarginDistance
the minimum distance between the numbering symbol and the following text.  
short
TextNumberingDistance
the distance between left margin and the numbering symbol.  
short
Insertion
the distance between the numbering symbol and text.  
Properties' Details
Alignment
HorizontalAlignment Alignment;
Description
set the alignment from the numbering. Use the com::sun::star::style::HorizontalAlignment enum to change the alignment.
TextMarginDistance
short TextMarginDistance;
Description
the minimum distance between the numbering symbol and the following text.
TextNumberingDistance
short TextNumberingDistance;
Description
the distance between left margin and the numbering symbol.
Insertion
short Insertion;
Description
the distance between the numbering symbol and text.

 
Top of Page