2.6.4.14 ST_PresetMaterialType

Target namespace: http://schemas.microsoft.com/office/word/2010/wordml

Referenced by: CT_Props3D

A simple type that specifies the surface appearance. Possible values for this type are listed in the following table. See [ISO/IEC29500-1:2016] section 20.1.10.50 for details regarding the meaning of the listed values.

Value

Meaning

legacyMatte

Legacy matte.

legacyPlastic

Legacy plastic.

legacyMetal

Legacy metal.

legacyWireframe

Legacy wireframe.

matte

Matte.

plastic

Plastic.

metal

Metal.

warmMatte

Warm matte.

translucentPowder

Translucent powder.

powder

Powder.

dkEdge

Dark edge.

softEdge

Soft edge.

clear

Clear.

flat

Flat.

softmetal

Soft metal.

none

This value has the following characteristics:

Specular Color: white.

Specular Power value: 40.

Ambient Color: shape fill color.

Emissive Color: black.

Used when other attributes and elements of the parent are 0 to set the parent property to empty.

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

 <xsd:simpleType name="ST_PresetMaterialType">
   <xsd:restriction base="xsd:token">
     <xsd:enumeration value="legacyMatte"/>
     <xsd:enumeration value="legacyPlastic"/>
     <xsd:enumeration value="legacyMetal"/>
     <xsd:enumeration value="legacyWireframe"/>
     <xsd:enumeration value="matte"/>
     <xsd:enumeration value="plastic"/>
     <xsd:enumeration value="metal"/>
     <xsd:enumeration value="warmMatte"/>
     <xsd:enumeration value="translucentPowder"/>
     <xsd:enumeration value="powder"/>
     <xsd:enumeration value="dkEdge"/>
     <xsd:enumeration value="softEdge"/>
     <xsd:enumeration value="clear"/>
     <xsd:enumeration value="flat"/>
     <xsd:enumeration value="softmetal"/>
     <xsd:enumeration value="none"/>
   </xsd:restriction>
 </xsd:simpleType>

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