L.4.6.3.2.1 Bevel
L.4.6.3.2.1 Bevel
The complex type, CT_Bevel, defines a bevel for a shape. The bevel consists of a width and a height value, along with a preset bevel. The complex type is defined in the following manner:
<xsd:complexType name="CT_Bevel">
<xsd:attribute name="w" type="ST_PositiveCoordinate" use="optional"
default="76200" />
<xsd:attribute name="h" type="ST_PositiveCoordinate" use="optional"
default="76200" />
<xsd:attribute name="prst" type="ST_BevelPresetType" use="optional"
default="circle" />
</xsd:complexType>
Last updated on