public static enum Triplet.MediumOrientation.MediumOrientationValue extends java.lang.Enum<Triplet.MediumOrientation.MediumOrientationValue>
| Enum Constant and Description |
|---|
Landscape |
Landscape90 |
Portrait |
Portrait90 |
ReverseLandscape |
ReversePortrait |
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static Triplet.MediumOrientation.MediumOrientationValue |
valueOf(byte codeByte) |
static Triplet.MediumOrientation.MediumOrientationValue |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Triplet.MediumOrientation.MediumOrientationValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Triplet.MediumOrientation.MediumOrientationValue Portrait
public static final Triplet.MediumOrientation.MediumOrientationValue Landscape
public static final Triplet.MediumOrientation.MediumOrientationValue ReversePortrait
public static final Triplet.MediumOrientation.MediumOrientationValue ReverseLandscape
public static final Triplet.MediumOrientation.MediumOrientationValue Portrait90
public static final Triplet.MediumOrientation.MediumOrientationValue Landscape90
public static Triplet.MediumOrientation.MediumOrientationValue[] values()
for (Triplet.MediumOrientation.MediumOrientationValue c : Triplet.MediumOrientation.MediumOrientationValue.values()) System.out.println(c);
public static Triplet.MediumOrientation.MediumOrientationValue valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static Triplet.MediumOrientation.MediumOrientationValue valueOf(byte codeByte) throws AFPParserException
AFPParserExceptionpublic int toByte()