java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pdftron.pdf.PDFDoc.InsertBookmarkMode |
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PDFDoc.InsertBookmarkMode | INSERT | insert bookmark (use this option when inserting many pages in a single call) | |||||||||
PDFDoc.InsertBookmarkMode | INSERT_GOTO | same as INSERT, but ignore GoToR and URI links, while still retaining bookmark hierarchy (use this option when inserting one page at a time) | |||||||||
PDFDoc.InsertBookmarkMode | NONE | do not insert bookmark |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | getValue() | ||||||||||
static PDFDoc.InsertBookmarkMode | valueOf(String name) | ||||||||||
final static InsertBookmarkMode[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
insert bookmark (use this option when inserting many pages in a single call)
same as INSERT, but ignore GoToR and URI links, while still retaining bookmark hierarchy (use this option when inserting one page at a time)