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

service TextEmbeddedObject
Description
provides access to the properties and methods of an embedded object.
Developers Guide
7.3.10 Text Documents - Working with Text Documents - Shape Objects in Text - Base Frames vs. Drawing Shapes

Included Services
BaseFrame
Description
contains the definition of interfaces and properties that are supported by text frames, graphic objects and embeddedobjects.
Exported Interfaces
::com::sun::star::document::XEmbeddedObjectSupplier
represents something that provides an embedded object.
Properties' Summary
CLSID
Model This is the model for the OLE2 object.
Component This is the component for the OLE2 object.
Properties' Details
CLSID
string CLSID;
Model
[ readonly maybevoid ] ::com::sun::star::frame::XModel Model;
Description
This is the model for the OLE2 object.

This property if void if the ole2 is not an Office component.

Component
[ readonly maybevoid ] ::com::sun::star::lang::XComponent Component;
Description
This is the component for the OLE2 object.

 
Top of Page