2.6.4.1 ST_BevelPresetType
Target namespace: http://schemas.microsoft.com/office/word/2010/wordml
Referenced by: CT_Bevel
A simple type that specifies the preset for a type of bevel. The bevel properties are applied differently depending on the type of bevel defined.
Possible values for this type are listed in the following table. See [ISO/IEC29500-1:2016] section 20.1.10.9 for details regarding the meaning of the listed values.
Value |
Meaning |
---|---|
relaxedInset |
|
circle |
|
slope |
|
cross |
|
angle |
|
softRound |
|
convex |
|
coolSlant |
|
divot |
|
riblet |
|
hardEdge |
|
artDeco |
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_BevelPresetType"> <xsd:restriction base="xsd:token"> <xsd:enumeration value="relaxedInset"/> <xsd:enumeration value="circle"/> <xsd:enumeration value="slope"/> <xsd:enumeration value="cross"/> <xsd:enumeration value="angle"/> <xsd:enumeration value="softRound"/> <xsd:enumeration value="convex"/> <xsd:enumeration value="coolSlant"/> <xsd:enumeration value="divot"/> <xsd:enumeration value="riblet"/> <xsd:enumeration value="hardEdge"/> <xsd:enumeration value="artDeco"/> </xsd:restriction> </xsd:simpleType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).