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.
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
|
|
Syntax
boolean IsAbsoluteMargins;
Description
determins if the margins are absolute or relative
to the preceeding numbering level.
Syntax
boolean IsAutomatic;
Description
determins if the numbering rules are automatically created
as opposed to numbering rules that are part of a numbering style.
Syntax
boolean IsContinuousNumbering;
Description
determins if the numbering levels are counted coninuously or if
each numbering level is counted separately .
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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.