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

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

Included Services
TextDocument
A text document is a model component which contains text structured by paragraphs.
Exported Interfaces
XTextGraphicObjectsSupplier
provides access to the collection of all embedded and linked graphics within this context (i.e. within this document).
XTextEmbeddedObjectsSupplier
provides the collection of all embedded objects within this context (i.e. this document).
XTextTablesSupplier
enables the object to handle text tables.

 
Top of Page