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

deprecated interface XLineNumberingSupplier
Usage Restrictions
deprecated
Description
contains the settings of the line numbering in a text document.

Methods' Summary
getLineNumberingRules  
setLineNumberingRules sets a sequence of numbering rules.  
Methods' Details
getLineNumberingRules
sequence< sequence< ::com::sun::star::beans::PropertyValue > >
getLineNumberingRules();

Returns
the LineNumberingSettings of the object.
setLineNumberingRules
void
setLineNumberingRules( [in] sequence< sequence< ::com::sun::star::beans::PropertyValue > >  aRules );

Description
sets a sequence of numbering rules.

The elements of the sequence are representing the chapter levels, index 0 for the major chapter level.

Top of Page