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

interface 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.
See also
TextTables, TextTable
Top of Page