Enum STLigatures

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

public enum STLigatures
extends java.lang.Enum<STLigatures>

Java class for ST_Ligatures.

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

 <simpleType name="ST_Ligatures">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="none"/>
     <enumeration value="standard"/>
     <enumeration value="contextual"/>
     <enumeration value="historical"/>
     <enumeration value="discretional"/>
     <enumeration value="standardContextual"/>
     <enumeration value="standardHistorical"/>
     <enumeration value="contextualHistorical"/>
     <enumeration value="standardDiscretional"/>
     <enumeration value="contextualDiscretional"/>
     <enumeration value="historicalDiscretional"/>
     <enumeration value="standardContextualHistorical"/>
     <enumeration value="standardContextualDiscretional"/>
     <enumeration value="standardHistoricalDiscretional"/>
     <enumeration value="contextualHistoricalDiscretional"/>
     <enumeration value="all"/>
   </restriction>
 </simpleType>