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