<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

<Content> (Snapshot)

The object's presentation is a picture of the contained document (provided by the OLE server application).

<Icon> (Icon)

The object's presentation is an icon.

Referenced By

<OLEObject@DrawAspect>6.2.2.19)

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>