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

interface XTextSectionsSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XTextSectionsSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
manages the text sections within the context (i.e. the document).

Methods' Summary
getTextSections  
Methods' Details
getTextSections
::com::sun::star::container::XNameAccess
getTextSections();

Returns
the collection of text sections.
Top of Page