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

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

interface XTextTablesSupplier

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

Description
enables the object to handle text tables.


Known Services which Export this Interface

com::sun::star::text::HypertextDocument [ DEPRECATED ]
is an extension of a text document which can also contain tables and certain kinds of embedded objects (e.g., graphics).
com::sun::star::text::TextDocument A text document is a model component which contains text structured by paragraphs.

Methods' Summary

getTextTables

Methods' Details

getTextTables
 
com::sun::star::container::XNameAccess
getTextTables();
Returns
the collection of "TextTables" currently contained in the object.

Top of Page