interface XTextTablesSupplier in module com::sun::star::text::

(Global Index)

Syntax

interface XTextTablesSupplier : com::sun::star::uno::XInterface ;

Description

enables the object to handle text tables.

Method Summary

getTextTables

Known Services Which Export this Interface

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

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

Method Details



getTextTables

Syntax

com::sun::star::container::XNameAccess getTextTables ();

Returns

the collection of "TextTables" currently contained in the object.
Top of Page