Enum STHierarchyAlignment

java.lang.Object
java.lang.Enum<STHierarchyAlignment>
org.docx4j.dml.diagram.STHierarchyAlignment
All Implemented Interfaces:
Serializable, Comparable<STHierarchyAlignment>, java.lang.constant.Constable

public enum STHierarchyAlignment extends Enum<STHierarchyAlignment>

Java class for ST_HierarchyAlignment.

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

 <simpleType name="ST_HierarchyAlignment">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="tL"/>
     <enumeration value="tR"/>
     <enumeration value="tCtrCh"/>
     <enumeration value="tCtrDes"/>
     <enumeration value="bL"/>
     <enumeration value="bR"/>
     <enumeration value="bCtrCh"/>
     <enumeration value="bCtrDes"/>
     <enumeration value="lT"/>
     <enumeration value="lB"/>
     <enumeration value="lCtrCh"/>
     <enumeration value="lCtrDes"/>
     <enumeration value="rT"/>
     <enumeration value="rB"/>
     <enumeration value="rCtrCh"/>
     <enumeration value="rCtrDes"/>
   </restriction>
 </simpleType>