Properties3D class
Defines the Properties3D Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is w14:props3d.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.Word.Properties3D
Namespace: DocumentFormat.OpenXml.Office2010.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.17 props3d
Target namespace: http://schemas.microsoft.com/office/word/2010/wordml
A CT_Props3D element that specifies the 3-D properties of text, including bevel, extrusion, contour, and material. By default, text does not have 3-D properties. See section 2.2.1 for how this element integrates with ISO/IEC-29500-1.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="props3d" minOccurs="0" type="CT_Props3D"/>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.28 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/IEC-29500-1] section 20.1.10.42) attribute that specifies height of extrusion. This attribute MAY<35> be limited further in the application. The default value for this attribute is 0.
contourW: An ST_PositiveCoordinate (as specified in [ISO/IEC-29500-1] section 20.1.10.42) attribute that specifies width of contour. This attribute MAY<36> 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] 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] section 2.1).