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

service TextEmbeddedObject
Description
provides access to the properties and methods of an embedded object.
Developers Guide
8.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
(referenced entity's summary:)
represents something that provides an embedded object.
Properties' Summary
string
CLSID
 
[ readonly maybevoid ] ::com::sun::star::frame::XModel
Model
This is the model for the OLE2 object.  
[ readonly maybevoid ] ::com::sun::star::lang::XComponent
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