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

(Global Index)

[ DEPRECATED ]

Syntax

interface XTextEmbeddedObject : com::sun::star::text::XTextContent ;

Description

f t!

Method Summary

getObject

setObject sets an object into the TextEmbeddedObject.

Method Details



getObject

Syntax

com::sun::star::uno::XInterface getObject ();

Returns

an interface to the linked object that is contained in the TextEmbeddedObject.

setObject

Syntax

void setObject (
com::sun::star::uno::XInterface xObject );

Description

sets an object into the TextEmbeddedObject.

Top of Page