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

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

interface XTextSectionsSupplier

Base Interface
com::sun::star::uno::XInterface

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