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

(Global Index)

Syntax

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

Description

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

Method Summary

getEmbeddedObjects

Known Services Which Export this Interface

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

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

Method Details



getEmbeddedObjects

Syntax

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

Returns

the collection of embedded objects.
Top of Page