Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

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;
com::sun::star::beans::XPropertySet
[ OPTIONAL ]

Properties' Summary

IsAbsoluteMargins [ OPTIONAL ]
determins if the margins are absolute or relative to the preceeding numbering level.
IsAutomatic [ OPTIONAL ]
determins if the numbering rules are automatically created as opposed to numbering rules that are part of a numbering style.
IsContinuousNumbering [ OPTIONAL ]
determins if the numbering levels are counted coninuously or if each numbering level is counted separately .
Name [ OPTIONAL ]
contains the name of the numbering rules. It is used to identify a certain numbering rules property

Properties' Details

IsAbsoluteMargins
 
boolean IsAbsoluteMargins;
[ OPTIONAL ]
Description
determins if the margins are absolute or relative to the preceeding numbering level.
IsAutomatic
 
boolean IsAutomatic;
[ OPTIONAL ]
Description
determins if the numbering rules are automatically created as opposed to numbering rules that are part of a numbering style.
IsContinuousNumbering
 
boolean IsContinuousNumbering;
[ OPTIONAL ]
Description
determins if the numbering levels are counted coninuously or if each numbering level is counted separately .
Name
 
[ readonly ] string Name;
[ OPTIONAL ]
Description
contains the name of the numbering rules. It is used to identify a certain numbering rules property

Top of Page