service NumberingRules in module com::sun::star::text::

(Global Index)

Syntax

service NumberingRules;

Description

provides access to the numbering rules.

Numbering rules may be set at a Paragraph object. The numbering rules are levels of property values. Each level contains equal properties.

Exported Interfaces

com::sun::star::container::XIndexAccess

Description

provides access to the levels of the numbering rule.

The numbering rules are levels of property values. Each level contains equal properties.

See also

NumberingLevel;

See also

NumberingLevel;

com::sun::star::beans::XPropertySet [ OPTIONAL ]

Property Summary

IsAbsoluteMargins determins if the margins are absolute or relative to the preceeding numbering level.

IsAutomatic determins if the numbering rules are automatically created as opposed to numbering rules that are part of a numbering style.

IsContinuousNumbering determins if the numbering levels are counted coninuously or if each numbering level is counted separately .

Name contains the name of the numbering rules. It is used to identify a certain numbering rules property

Property Details



IsAbsoluteMargins [ O P T I O N A L ]

Syntax

boolean IsAbsoluteMargins;

Description

determins if the margins are absolute or relative to the preceeding numbering level.


IsAutomatic [ O P T I O N A L ]

Syntax

boolean IsAutomatic;

Description

determins if the numbering rules are automatically created as opposed to numbering rules that are part of a numbering style.


IsContinuousNumbering [ O P T I O N A L ]

Syntax

boolean IsContinuousNumbering;

Description

determins if the numbering levels are counted coninuously or if each numbering level is counted separately .


Name [ O P T I O N A L ]

Syntax

[readonly] string Name;

Description

contains the name of the numbering rules. It is used to identify a certain numbering rules property

Top of Page