Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

com :: sun :: star :: drawing ::

service OLE2Shape

Description
This service is for an ole shape.


Included Services

com::sun::star::drawing::Shape

Properties' Summary

CLSID If you get this property you get the CLSID of the OLE2 document stream contained in this OLE2 shape. If you set it, an empty OLE2 document stream with this CLSID is created within this OLE2 shape.
PersistName this is the internal storage name that keeps this OLE2 persist.
Model This is the model for the OLE2 inside this shape.
IsInternal This property returns true for all OLE2 that are internal Office components.

Properties' Details

CLSID
 
string CLSID;
Description
If you get this property you get the CLSID of the OLE2 document stream contained in this OLE2 shape. If you set it, an empty OLE2 document stream with this CLSID is created within this OLE2 shape.
PersistName
 
string PersistName;
Description
this is the internal storage name that keeps this OLE2 persist.
Model
 
[ readonly ] com::sun::star::frame::XModel Model;
Description
This is the model for the OLE2 inside this shape.

This property returns an empty reference if the ole2 is not an Office component.

IsInternal
 
[ readonly ] boolean IsInternal;
Description
This property returns true for all OLE2 that are internal Office components.

Top of Page