com.spire.presentation
Enum Direction
java.lang.Object
java.lang.Enum<Direction>
com.spire.presentation.Direction
- All Implemented Interfaces:
- java.lang.Comparable<Direction>
public enum Direction
- extends java.lang.Enum<Direction>
Represents the orientation of a shape.
HORIZONTAL
public static final Direction HORIZONTAL
- Horizontal.
VERTICAL
public static final Direction VERTICAL
- Vertical.
getName
public java.lang.String getName()
getValue
public byte getValue()
getDirectionFromValue
public static Direction getDirectionFromValue(long value)