|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<Document.PageModeEnum> org.pdfclown.documents.Document.PageModeEnum
public static enum Document.PageModeEnum
Page mode specifying how the document should be displayed when opened [PDF:1.6:3.6.1].
Enum Constant Summary | |
---|---|
Attachments
Attachments panel visible. |
|
Bookmarks
Document outline visible. |
|
FullScreen
Full-screen mode, with no menu bar, window controls, or any other window visible. |
|
Layers
Optional content group panel visible. |
|
Simple
Neither document outline nor thumbnail images visible. |
|
Thumbnails
Thumbnail images visible. |
Method Summary | |
---|---|
PdfName |
getName()
|
static Document.PageModeEnum |
valueOf(PdfName name)
|
static Document.PageModeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Document.PageModeEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Document.PageModeEnum Simple
public static final Document.PageModeEnum Bookmarks
public static final Document.PageModeEnum Thumbnails
public static final Document.PageModeEnum FullScreen
@PDF(value=PDF15) public static final Document.PageModeEnum Layers
@PDF(value=PDF16) public static final Document.PageModeEnum Attachments
Method Detail |
---|
public static Document.PageModeEnum[] values()
for (Document.PageModeEnum c : Document.PageModeEnum.values()) System.out.println(c);
public static Document.PageModeEnum valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static Document.PageModeEnum valueOf(PdfName name)
public PdfName getName()
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |