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

(Global Index)

Syntax

interface XTextSectionsSupplier : com::sun::star::uno::XInterface ;

Description

manages the text sections within the context (i.e. the document).

Method Summary

getTextSections

Method Details



getTextSections

Syntax

com::sun::star::container::XNameAccess getTextSections ();

Returns

the collection of text sections.
Top of Page