java.io.Serializable
, java.lang.Comparable<PageRotation.RotationAngleEnum>
public static enum PageRotation.RotationAngleEnum extends java.lang.Enum<PageRotation.RotationAngleEnum>
Modifier and Type | Class | Description |
---|---|---|
static class |
PageRotation.RotationAngleEnum.Adapter |
Enum Constant | Description |
---|---|
ON180DEGREE |
|
ON270DEGREE |
|
ON90DEGREE |
Modifier and Type | Method | Description |
---|---|---|
static PageRotation.RotationAngleEnum |
fromValue(java.lang.String text) |
|
java.lang.String |
getValue() |
|
java.lang.String |
toString() |
|
static PageRotation.RotationAngleEnum |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PageRotation.RotationAngleEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageRotation.RotationAngleEnum ON90DEGREE
public static final PageRotation.RotationAngleEnum ON180DEGREE
public static final PageRotation.RotationAngleEnum ON270DEGREE
public static PageRotation.RotationAngleEnum[] values()
for (PageRotation.RotationAngleEnum c : PageRotation.RotationAngleEnum.values()) System.out.println(c);
public static PageRotation.RotationAngleEnum 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 java.lang.String getValue()
public java.lang.String toString()
toString
in class java.lang.Enum<PageRotation.RotationAngleEnum>
public static PageRotation.RotationAngleEnum fromValue(java.lang.String text)
Copyright © 2020. All rights reserved.