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

interface XChapterNumberingSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XChapterNumberingSupplier
Description
contains the settings of the chapter numbering in a text document.

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 ::com::sun::star::beans::PropertyValues .

Top of Page