Enum STSecondaryChildAlignment

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

public enum STSecondaryChildAlignment extends Enum<STSecondaryChildAlignment>

Java class for ST_SecondaryChildAlignment.

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

 <simpleType name="ST_SecondaryChildAlignment">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="none"/>
     <enumeration value="t"/>
     <enumeration value="b"/>
     <enumeration value="l"/>
     <enumeration value="r"/>
   </restriction>
 </simpleType>