Serializable, Comparable<PageRotation.RotationAngleEnum>public static enum PageRotation.RotationAngleEnum extends 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(String text) |
|
String |
getValue() |
|
String |
toString() |
|
static PageRotation.RotationAngleEnum |
valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<PageRotation.RotationAngleEnum>public static PageRotation.RotationAngleEnum fromValue(String text)
Copyright © 2025. All rights reserved.