2.6.3.1 CT_Bevel

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

Referenced by: CT_Props3D

A complex type that specifies the bevel properties.

Attributes:

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

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

prst: An optional ST_BevelPresetType attribute that specifies the preset bevel type that defines the appearance of the bevel. The default value for this attribute is the circle preset type.

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

 <xsd:complexType name="CT_Bevel">
   <xsd:attribute name="w" type="a:ST_PositiveCoordinate" use="optional"/>
   <xsd:attribute name="h" type="a:ST_PositiveCoordinate" use="optional"/>
   <xsd:attribute name="prst" type="ST_BevelPresetType" use="optional"/>
 </xsd:complexType>

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