BevelPresetValues Enumeration
Bevel Presets
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration BevelPresetValues
'Usage
Dim instance As BevelPresetValues
public enum BevelPresetValues
Members
Member name | Description | |
---|---|---|
RelaxedInset | Relaxed Inset. 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 | Soft Round. 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 | Cool Slant. 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 | Hard Edge. When the item is serialized out as xml, its value is "hardEdge". | |
ArtDeco | Art Deco. When the item is serialized out as xml, its value is "artDeco". |