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

interface XTextTablesSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XTextTablesSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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.
See also
TextTables
See also
TextTable
Top of Page