<ST_OLEDrawAspect>
(OLE Object Representations)
This simple type specifies the ways in which OLE objects are displayed in the application.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
The object's presentation is a picture of the contained document (provided by the OLE server application). |
|
The object's presentation is an icon. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_OLEDrawAspect">
<restriction base="xsd:string">
<enumeration value="Content"/>
<enumeration value="Icon"/>
</restriction>
</simpleType>