Enum STPresetLineDashVal

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

public enum STPresetLineDashVal extends Enum<STPresetLineDashVal>

Java class for ST_PresetLineDashVal.

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

 <simpleType name="ST_PresetLineDashVal">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="solid"/>
     <enumeration value="dot"/>
     <enumeration value="sysDot"/>
     <enumeration value="dash"/>
     <enumeration value="sysDash"/>
     <enumeration value="lgDash"/>
     <enumeration value="dashDot"/>
     <enumeration value="sysDashDot"/>
     <enumeration value="lgDashDot"/>
     <enumeration value="lgDashDotDot"/>
     <enumeration value="sysDashDotDot"/>
   </restriction>
 </simpleType>