2.4.44 ST_enmImageType

Referenced by: CT_Image

Enumerates the different types of worksheet images.

The following table shows the enumeration values for this type.

Value

Meaning

none

Represents an invalid or uninitialized value. MUST NOT be used.

chart

A chart image.

image

A non-chart image.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.

 <xs:simpleType name="ST_enmImageType">
   <xs:restriction base="xs:string">
     <xs:enumeration value="none"/>
     <xs:enumeration value="chart"/>
     <xs:enumeration value="image"/>
   </xs:restriction>
 </xs:simpleType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).