|
Gnostice PDFOne
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gnostice.pdfone.PdfAction
This class represents an action for the viewer application to
perform when the user interacts with an annotation or a bookmark.
Actions can also be triggered by events specified in the
PdfEvent
inner class. An action can be as simple
as navigating to a particular page in the document to launching
a file with its print command.
Nested Class Summary | |
static class |
PdfAction.PdfEvent
This inner class represents an event that can act as a trigger for an action or a set of actions. |
Field Summary | |
static int |
GOTO
Action for navigating to a destination in current document. |
static int |
JAVASCRIPT
Action for executing a JavaScript script. |
static int |
LAUNCH
Action for launching an application, or a displaying or printing a file. |
static int |
NAMED
|
static int |
NAMED_FIND
|
static int |
NAMED_FIRSTPAGE
Named action for navigating to first page in current document. |
static int |
NAMED_LASTPAGE
Named action for navigating to last page in current document. |
static int |
NAMED_NEXTPAGE
Named action for navigating to next page in current document. |
static int |
NAMED_OPEN
|
static int |
NAMED_PREVPAGE
Named action for navigating to previous page in current document. |
static int |
NAMED_PRINT
|
static int |
NAMED_SEARCH
|
static int |
REMOTE_GOTO
Action for navigating to a destination in another document. |
static int |
URI
Action for resolving a Uniform Resource Identifier (URI). |
Constructor Summary | |
PdfAction()
|
Method Summary | |
int |
getActionType()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int LAUNCH
public static final int GOTO
public static final int REMOTE_GOTO
public static final int URI
public static final int JAVASCRIPT
public static final int NAMED_NEXTPAGE
public static final int NAMED_PREVPAGE
public static final int NAMED_FIRSTPAGE
public static final int NAMED_LASTPAGE
public static final int NAMED_OPEN
public static final int NAMED_PRINT
public static final int NAMED_FIND
public static final int NAMED_SEARCH
public static final int NAMED
Constructor Detail |
public PdfAction()
Method Detail |
public int getActionType()
|
Pro. Ed. v1.41 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |