BevelPresetTypeValues Enumeration

Defines the BevelPresetTypeValues enumeration.

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

Syntax

'Declaration
Public Enumeration BevelPresetTypeValues
'Usage
Dim instance As BevelPresetTypeValues
public enum BevelPresetTypeValues

Members

Member name Description
RelaxedInset relaxedInset. When the item is serialized out as xml, its value is "relaxedInset".
Circle circle. When the item is serialized out as xml, its value is "circle".
Slope slope. When the item is serialized out as xml, its value is "slope".
Cross cross. When the item is serialized out as xml, its value is "cross".
Angle angle. When the item is serialized out as xml, its value is "angle".
SoftRound softRound. When the item is serialized out as xml, its value is "softRound".
Convex convex. When the item is serialized out as xml, its value is "convex".
CoolSlant coolSlant. When the item is serialized out as xml, its value is "coolSlant".
Divot divot. When the item is serialized out as xml, its value is "divot".
Riblet riblet. When the item is serialized out as xml, its value is "riblet".
HardEdge hardEdge. When the item is serialized out as xml, its value is "hardEdge".
ArtDeco artDeco. When the item is serialized out as xml, its value is "artDeco".

See Also

Reference

DocumentFormat.OpenXml.Office2010.Word Namespace