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

interface XTextSectionsSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XTextSectionsSupplier
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