public enum PdfPageMode extends Enum<PdfPageMode> implements MinRequiredVersion, FriendlyNamed
Enum Constant and Description |
---|
FULLSCREEN |
USE_ATTACHMENTS |
USE_NONE |
USE_OC |
USE_OUTLINES |
USE_THUMBS |
Modifier and Type | Method and Description |
---|---|
String |
getFriendlyName() |
PdfVersion |
getMinVersion() |
static PdfPageMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfPageMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfPageMode USE_NONE
public static final PdfPageMode USE_OUTLINES
public static final PdfPageMode USE_THUMBS
public static final PdfPageMode FULLSCREEN
public static final PdfPageMode USE_OC
public static final PdfPageMode USE_ATTACHMENTS
public static PdfPageMode[] values()
for (PdfPageMode c : PdfPageMode.values()) System.out.println(c);
public static PdfPageMode 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 FriendlyNamed
public PdfVersion getMinVersion()
getMinVersion
in interface MinRequiredVersion
Copyright © 2021 sejda. All rights reserved.