Enum STBevelPresetType

java.lang.Object
java.lang.Enum<STBevelPresetType>
org.docx4j.w14.STBevelPresetType
All Implemented Interfaces:
Serializable, Comparable<STBevelPresetType>, java.lang.constant.Constable

public enum STBevelPresetType extends Enum<STBevelPresetType>

Java class for ST_BevelPresetType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="ST_BevelPresetType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="relaxedInset"/>
     <enumeration value="circle"/>
     <enumeration value="slope"/>
     <enumeration value="cross"/>
     <enumeration value="angle"/>
     <enumeration value="softRound"/>
     <enumeration value="convex"/>
     <enumeration value="coolSlant"/>
     <enumeration value="divot"/>
     <enumeration value="riblet"/>
     <enumeration value="hardEdge"/>
     <enumeration value="artDeco"/>
   </restriction>
 </simpleType>