Syntax
service OLE2Shape;
Description
This service is for an ole shape.
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
|
|
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.
Syntax
string PersistName;
Description
this is the internal storage name that keeps this OLE2 persist.
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.
Syntax
[readonly] boolean IsInternal;
Description
This property returns true
for all OLE2 that are internal
Office components.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.