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

service NumberingRules
Description
provides access to the numbering rules.

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


Exported Interfaces
::com::sun::star::container::XIndexReplace
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
Usage Restrictions
optional
Properties' Summary
boolean
IsAbsoluteMargins
[ OPTIONAL ]
determins if the margins are absolute or relative to the preceeding numbering level.  
boolean
IsAutomatic
[ OPTIONAL ]
determins if the numbering rules are automatically created as opposed to numbering rules that are part of a numbering style.  
boolean
IsContinuousNumbering
[ OPTIONAL ]
determins if the numbering levels are counted coninuously or if each numbering level is counted separately .  
[ readonly ] string
Name
[ OPTIONAL ]
contains the name of the numbering rules. It is used to identify a certain numbering rules property  
Properties' Details
IsAbsoluteMargins
boolean IsAbsoluteMargins;
Usage Restrictions
optional
Description
determins if the margins are absolute or relative to the preceeding numbering level.
IsAutomatic
boolean IsAutomatic;
Usage Restrictions
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;
Usage Restrictions
optional
Description
determins if the numbering levels are counted coninuously or if each numbering level is counted separately .
Name
[ readonly ] string Name;
Usage Restrictions
optional
Description
contains the name of the numbering rules. It is used to identify a certain numbering rules property

 
Top of Page