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

com :: sun :: star :: document ::

interface XEmbeddedObjectSupplier

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

Description
represents something that provides an embedded object.


Known Services which Export this Interface

com::sun::star::table::TableChart represents a chart based on data in a table or spreadsheet.
com::sun::star::text::TextEmbeddedObject provides access to the properties and methods of an embedded object.

Methods' Summary

getEmbeddedObject returns the object which is embedded into this object.

Methods' Details

getEmbeddedObject
 
com::sun::star::lang::XComponent
getEmbeddedObject();
Description
returns the object which is embedded into this object.

Top of Page