Enum STTransitionLeftRightDirectionType

java.lang.Object
java.lang.Enum<STTransitionLeftRightDirectionType>
org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main.STTransitionLeftRightDirectionType
All Implemented Interfaces:
Serializable, Comparable<STTransitionLeftRightDirectionType>, java.lang.constant.Constable

public enum STTransitionLeftRightDirectionType extends Enum<STTransitionLeftRightDirectionType>

Java class for ST_TransitionLeftRightDirectionType.

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

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