2.8.4.11 ST_StyleReferenceModifierEnum

Target namespace: http://schemas.microsoft.com/office/drawing/2012/chartStyle

This simple type specifies a modifier to use when resolving a CT_StyleReference (section 2.8.3.8) which alters the resolved properties in the specified way.<108>

Value

Meaning

ignoreCSTransforms

When resolving a CT_StyleColor (section 2.8.3.6) in this CT_StyleReference, a color is retrieved from the CT_ColorStyle. With this modifier, the color retrieved will not have any transforms applied to it.

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

 <xsd:simpleType name="ST_StyleReferenceModifierEnum">
   <xsd:restriction base="xsd:token">
     <xsd:enumeration value="ignoreCSTransforms"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.15 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).