public enum PdfNonFullScreenPageMode extends Enum<PdfNonFullScreenPageMode> implements FriendlyNamed
| Enum Constant and Description |
|---|
USE_NONE |
USE_OC |
USE_OUTLINES |
USE_THUMNS |
| Modifier and Type | Method and Description |
|---|---|
String |
getFriendlyName() |
static PdfNonFullScreenPageMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfNonFullScreenPageMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfNonFullScreenPageMode USE_NONE
public static final PdfNonFullScreenPageMode USE_OUTLINES
public static final PdfNonFullScreenPageMode USE_THUMNS
public static final PdfNonFullScreenPageMode USE_OC
public static PdfNonFullScreenPageMode[] values()
for (PdfNonFullScreenPageMode c : PdfNonFullScreenPageMode.values()) System.out.println(c);
public static PdfNonFullScreenPageMode 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 getFriendlyName()
getFriendlyName in interface FriendlyNamedCopyright © 2015. All Rights Reserved.