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

interface XLineNumberingSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XLineNumberingSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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