Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XTextSection

Base Interface
com::sun::star::text::XTextContent

Description
provide special data of a TextSection .
See also
TextSection


Known Services which Export this Interface

com::sun::star::text::TextSection A TextSection is a range of complete paragraphs within a text. @

Methods' Summary

getParentSection If the object is a child section, then this method returns the parent text section.
getChildSections

Methods' Details

getParentSection
 
com::sun::star::text::XTextSection
getParentSection();
Description
If the object is a child section, then this method returns the parent text section.
getChildSections
 
sequence< com::sun::star::text::XTextSection >
getChildSections();
Returns
all text sections that are children of this text section (recursive).

Top of Page