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

interface XChapterNumberingSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XChapterNumberingSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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