service HypertextDocument in module com::sun::star::text::

(Global Index)

[ DEPRECATED ]

Syntax

service HypertextDocument;

Description

is an extension of a text document which can also contain tables and certain kinds of embedded objects (e.g., graphics).

Included Services

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

Exported Interfaces

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

Description

provides access to the collection of all embedded and linked graphics within this context (i.e. within this document).


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

Description

provides the collection of all embedded objects within this context (i.e. this document).


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

Description

enables the object to handle text tables.


Top of Page