interface XLineNumberingSupplier in module com::sun::star::text::

(Global Index)

[ DEPRECATED ]

Syntax

interface XLineNumberingSupplier : com::sun::star::uno::XInterface ;

Description

contains the settings of the line numbering in a text document.

Method Summary

getLineNumberingRules

setLineNumberingRules sets a sequence of numbering rules.

Known Services Which Export this Interface

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

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

Method Details



getLineNumberingRules

Syntax

sequence< sequence< com::sun::star::beans::PropertyValue > > getLineNumberingRules ();

Returns

the LineNumberingsSettings of the object.

setLineNumberingRules

Syntax

void setLineNumberingRules (
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