BevelTop class

Office 2013 and later

Defines the BevelTop Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is w14:bevelT.

Namespace:  DocumentFormat.OpenXml.Office2010.Word
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

2.5.21 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/IEC-29500-1] section 20.1.10.42) attribute that specifies the width of the bevel. This attribute MAY<28> be limited further in the application. The default value for this attribute is 0.

h: An optional ST_PositiveCoordinate (as specified in [ISO/IEC-29500-1] section 20.1.10.42) attribute that specifies the height of the bevel. This attribute MAY<29> 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] 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] section 2.1).

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: