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

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

interface XTextEmbeddedObject

Base Interface
com::sun::star::text::XTextContent

[ DEPRECATED ]
Description
f t!


Methods' Summary

getObject
setObject sets an object into the TextEmbeddedObject.

Methods' Details

getObject
 
com::sun::star::uno::XInterface
getObject();
Returns
an interface to the linked object that is contained in the TextEmbeddedObject.
setObject
 
void
setObject(
[ in ] com::sun::star::uno::XInterface xObject );

Description
sets an object into the TextEmbeddedObject.

Top of Page