com.aspose.pdf.elements
Class ActionType

java.lang.Object
  extended by com.aspose.pdf.elements.ActionType

public class ActionType
extends java.lang.Object

Represents an action type to occur whenever the some condition is satisfied.


Field Summary
static int FirstPage
          Goes to the first page.
static int LastPage
          Goes to the last page.
static int NextPage
          Goes to the next page.
static int PrevPage
          Goes to the prevoius page.
static int PrintDialog
          Opens a print dialog.
 
Constructor Summary
ActionType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FirstPage

public static final int FirstPage
Goes to the first page.

See Also:
Constant Field Values

LastPage

public static final int LastPage
Goes to the last page.

See Also:
Constant Field Values

PrevPage

public static final int PrevPage
Goes to the prevoius page.

See Also:
Constant Field Values

NextPage

public static final int NextPage
Goes to the next page.

See Also:
Constant Field Values

PrintDialog

public static final int PrintDialog
Opens a print dialog.

See Also:
Constant Field Values
Constructor Detail

ActionType

public ActionType()