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

(Global Index)

Syntax

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

Description

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

Method Summary

getChapterNumberingRules

Known Services Which Export this Interface

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

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

Method Details



getChapterNumberingRules

Syntax

com::sun::star::container::XIndexReplace getChapterNumberingRules ();

Returns

the collection of numbering rules for this document.

This interface allows access to the properties of the numbering level via a sequence of PropertyValues .

Top of Page