interface XTextSection in module com::sun::star::text::

(Global Index)

Syntax

interface XTextSection : com::sun::star::text::XTextContent ;

Description

provide special data of a TextSection .

See also

TextSection

Method Summary

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

getChildSections

Known Services Which Export this Interface

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

Method Details



getParentSection

Syntax

com::sun::star::text::XTextSection getParentSection ();

Description

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


getChildSections

Syntax

sequence< com::sun::star::text::XTextSection > getChildSections ();

Returns

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