[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
ST_DvAspect (Data View Aspect Type)
Specifies the desired data or view aspect of the object when drawing or getting data.
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 |
DVASPECT_CONTENT (Object Display Content) |
Provides a representation of an object so it can be displayed as an embedded object inside of a container. |
DVASPECT_ICON (Object Display Icon) |
Provides an iconic representation of an object. |
Referenced By |
oleObject@dvAspect (§3.3.1.57) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_DvAspect">
<restriction base="xsd:string">
<enumeration value="DVASPECT_CONTENT"/>
<enumeration value="DVASPECT_ICON"/>
</restriction>
</simpleType>