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

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

interface XChapterNumberingSupplier

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

Description
contains the settings of the chapter 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

getChapterNumberingRules

Methods' Details

getChapterNumberingRules
 
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