Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XLineNumberingSupplier

Base Interface
com::sun::star::uno::XInterface

[ DEPRECATED ]
Description
contains the settings of the line numbering in a text document.


Known Services which Export this Interface

com::sun::star::text::AdvancedTextDocument [ DEPRECATED ]
An advanced text document is an extension of a hypertext document which can also contain text-frames, foot- and endnotes, and some other advanced contents.
com::sun::star::text::TextDocument A text document is a model component which contains text structured by paragraphs.

Methods' Summary

getLineNumberingRules
setLineNumberingRules sets a sequence of numbering rules.

Methods' Details

getLineNumberingRules
 
sequence< sequence< com::sun::star::beans::PropertyValue > >
getLineNumberingRules();
Returns
the LineNumberingsSettings 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