interface XEmbeddedObjectSupplier in module com::sun::star::document::

(Global Index)

Syntax

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

Description

represents something that provides an embedded object.

Method Summary

getEmbeddedObject returns the object which is embedded into this object.

Known Services Which Export this Interface

com::sun::star::table::TableChart

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

Method Details



getEmbeddedObject

Syntax

com::sun::star::lang::XComponent getEmbeddedObject ();

Description

returns the object which is embedded into this object.

Top of Page