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

(Global Index)

Syntax

service NumberingLevel;

Description

These properties describe the numbering of a paragraph.

NumberType determines the type of the numbering symbol. Depending on this setting, some of the following values will be ignored.

Property Summary

NumberingType specifies the type of numbering.

ParentNumbering specifies the number of higher numbering levels that are included in the representation of the current number.

Prefix This prefix is inserted in front of the numbering symbol(s).

Suffix This suffix is inserted after the numbering symbol(s).

CharStyleName This is the name of the character style that is used for the symbol(s).

BulletId The bullet symbol with this code in the assigned font is used.

BulletFontName This is the name of the font that is used for the bullet.

GraphicURL This is the URL of a graphic file to use as a symbol.

StartWith This specifies the start value for the numbering.

Property Details



NumberingType

Syntax

short NumberingType;

Description

specifies the type of numbering.

See also

NumberingType

ParentNumbering

Syntax

short ParentNumbering;

Description

specifies the number of higher numbering levels that are included in the representation of the current number.


Prefix

Syntax

string Prefix;

Description

This prefix is inserted in front of the numbering symbol(s).


Suffix

Syntax

string Suffix;

Description

This suffix is inserted after the numbering symbol(s).


CharStyleName

Syntax

string CharStyleName;

Description

This is the name of the character style that is used for the symbol(s).


BulletId

Syntax

short BulletId;

Description

The bullet symbol with this code in the assigned font is used.


BulletFontName

Syntax

string BulletFontName;

Description

This is the name of the font that is used for the bullet.


GraphicURL

Syntax

string GraphicURL;

Description

This is the URL of a graphic file to use as a symbol.


StartWith

Syntax

short StartWith;

Description

This specifies the start value for the numbering.

Top of Page