2.6.3.23 CT_Props3D

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

Referenced by: props3d

A complex type that specifies 3-D properties associated with text.

Child Elements:

bevelT: A CT_Bevel element that specifies the top bevel of text.

bevelB: A CT_Bevel element that specifies the bottom bevel of text.

extrusionClr: A CT_Color element that specifies the extrusion color. In absence of this element, black is used as default.

contourClr: A CT_Color element that specifies the contour color. In absence of this element, black is used as default.

Attributes:

extrusionH: An ST_PositiveCoordinate (as specified in [ISO/IEC29500-1:2016] section 20.1.10.42) attribute that specifies height of extrusion. This attribute MAY<53> be limited further in the application. The default value for this attribute is 0.

contourW: An ST_PositiveCoordinate (as specified in [ISO/IEC29500-1:2016] section 20.1.10.42) attribute that specifies width of contour. This attribute MAY<54> be limited further in the application. The default value for this attribute is 0.

prstMaterial: An ST_PresetMaterialType attribute that specifies preset material type. The default value for this attribute is warm matte.

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

 <xsd:complexType name="CT_Props3D">
   <xsd:sequence>
     <xsd:element name="bevelT" type="CT_Bevel" minOccurs="0"/>
     <xsd:element name="bevelB" type="CT_Bevel" minOccurs="0"/>
     <xsd:element name="extrusionClr" type="CT_Color" minOccurs="0"/>
     <xsd:element name="contourClr" type="CT_Color" minOccurs="0"/>
   </xsd:sequence>
   <xsd:attribute name="extrusionH" type="a:ST_PositiveCoordinate" use="optional"/>
   <xsd:attribute name="contourW" type="a:ST_PositiveCoordinate" use="optional"/>
   <xsd:attribute name="prstMaterial" type="ST_PresetMaterialType" use="optional"/>
 </xsd:complexType>

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