service NumberingAlignment in module com::sun::star::style::

(Global Index)

Syntax

service NumberingAlignment;

Description

specify the alignment of a numbering level.

Property Summary

Alignment set the alignment from the numbering. Use the com::sun::star::style::HorizontalAlignment enum to change the alignment.

TextMarginDistance the minimum distance between the numbering symbol and the following text.

TextNumberingDistance the distance between left margin and the numbering symbol.

Insertion the distance between the numbering symbol and text.

Property Details



Alignment

Syntax

com::sun::star::style::HorizontalAlignment Alignment;

Description

set the alignment from the numbering. Use the com::sun::star::style::HorizontalAlignment enum to change the alignment.


TextMarginDistance

Syntax

short TextMarginDistance;

Description

the minimum distance between the numbering symbol and the following text.


TextNumberingDistance

Syntax

short TextNumberingDistance;

Description

the distance between left margin and the numbering symbol.


Insertion

Syntax

short Insertion;

Description

the distance between the numbering symbol and text.

Top of Page