Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XTextEmbeddedObjectsSupplier

Base Interface
com::sun::star::uno::XInterface

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


Known Services which Export this Interface

com::sun::star::text::HypertextDocument [ DEPRECATED ]
is an extension of a text document which can also contain tables and certain kinds of embedded objects (e.g., graphics).
com::sun::star::text::TextDocument A text document is a model component which contains text structured by paragraphs.

Methods' Summary

getEmbeddedObjects

Methods' Details

getEmbeddedObjects
 
com::sun::star::container::XNameAccess
getEmbeddedObjects();
Returns
the collection of embedded objects.

Top of Page