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

service TextEmbeddedObject
Description
provides access to the properties and methods of an embedded object.
Developers Guide
Text - Shape Objects in Text

Included Services - Summary
BaseFrame

contains the definition of interfaces and properties that are supported by text frames, graphic objects and embeddedobjects.

Exported Interfaces - Summary
::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.  
Included Services - Details
BaseFrame
Description
contains the definition of interfaces and properties that are supported by text frames, graphic objects and embeddedobjects.
Exported Interfaces - Details
::com::sun::star::document::XEmbeddedObjectSupplier
(referenced entity's summary:)
represents something that provides an embedded 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