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

interface XTextSection
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XComponent
    |
    +-XTextContent
       |
       +-XTextSection
Description
provide special data of a TextSection .
See also
TextSection

Methods' Summary
getParentSection If the object is a child section, then this method returns the parent text section.
getChildSections
Methods' Details
getParentSection
XTextSection
getParentSection();
 
 

Description
If the object is a child section, then this method returns the parent text section.
getChildSections
sequence< XTextSection >
getChildSections();
 
 

Returns
all text sections that are children of this text section (recursive).
Top of Page