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

interface XTextEmbeddedObject
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XComponent
    |
    +-XTextContent
       |
       +-XTextEmbeddedObject
[ 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