service OLE2Shape in module com::sun::star::drawing::

(Global Index)

Syntax

service OLE2Shape;

Description

This service is for an ole shape.

Included Services

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

Property 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.

Property Details



CLSID

Syntax

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

Syntax

string PersistName;

Description

this is the internal storage name that keeps this OLE2 persist.


Model

Syntax

[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

Syntax

[readonly] boolean IsInternal;

Description

This property returns true for all OLE2 that are internal Office components.

Top of Page