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

interface XTextTablesSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XTextTablesSupplier
Description
enables the object to handle text tables.

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