Package com.datalogics.PDFL
Enum Class PageMode
- All Implemented Interfaces:
Serializable,Comparable<PageMode>,Constable
An enumerated data type used to describe the page view mode of a Document.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDisplay the Document with its attachmentsDisplay the Document with the Bookmarks panel open (appears in the Document structure as "UseOutlines")Display the Document without Bookmarks or Thumbnails (appears in the Document structure as "UseNone")Display the Document in full-screen modeLeave the PageMode as is (default for a new Document)Display the Document with the Layers panel openDisplay the Document with the Thumbnails panel open -
Method Summary
Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
NO_PREFERENCE
Leave the PageMode as is (default for a new Document) -
DOCUMENT_ONLY
Display the Document without Bookmarks or Thumbnails (appears in the Document structure as "UseNone") -
BOOKMARKS
Display the Document with the Bookmarks panel open (appears in the Document structure as "UseOutlines") -
THUMBNAILS
Display the Document with the Thumbnails panel open -
FULLSCREEN
Display the Document in full-screen mode -
OPTIONAL_CONTENT
Display the Document with the Layers panel open -
ATTACHMENTS
Display the Document with its attachments
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-