Uses of Class
org.pdfbox.pdmodel.interactive.action.type.PDAction

Packages that use PDAction
org.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document. 
org.pdfbox.pdmodel.interactive.action This package represents actions that can be performed in a PDF document. 
org.pdfbox.pdmodel.interactive.action.type This package contains all of the available PDF action types. 
org.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements. 
org.pdfbox.pdmodel.interactive.documentnavigation.outline The outline package allows for a PDF outline(bookmarks) to be created. 
 

Uses of PDAction in org.pdfbox.pdmodel.fdf
 

Methods in org.pdfbox.pdmodel.fdf that return PDAction
 PDAction FDFField.getAction()
          This will get the action that is associated with this field.
 

Methods in org.pdfbox.pdmodel.fdf with parameters of type PDAction
 void FDFField.setAction(PDAction a)
          This will set the action that is associated with this field.
 

Uses of PDAction in org.pdfbox.pdmodel.interactive.action
 

Methods in org.pdfbox.pdmodel.interactive.action that return PDAction
 PDAction PDPageAdditionalActions.getO()
          This will get an action to be performed when the page is opened.
 PDAction PDPageAdditionalActions.getC()
          This will get an action to be performed when the page is closed.
 PDAction PDFormFieldAdditionalActions.getK()
          This will get a JavaScript action to be performed when the user types a keystroke into a text field or combo box or modifies the selection in a scrollable list box.
 PDAction PDFormFieldAdditionalActions.getF()
          This will get a JavaScript action to be performed before the field is formatted to display its current value.
 PDAction PDFormFieldAdditionalActions.getV()
          This will get a JavaScript action to be performed when the field's value is changed.
 PDAction PDFormFieldAdditionalActions.getC()
          This will get a JavaScript action to be performed in order to recalculate the value of this field when that of another field changes.
 PDAction PDDocumentCatalogAdditionalActions.getWC()
          This will get a JavaScript action to be performed before closing a document.
 PDAction PDDocumentCatalogAdditionalActions.getWS()
          This will get a JavaScript action to be performed before saving a document.
 PDAction PDDocumentCatalogAdditionalActions.getDS()
          This will get a JavaScript action to be performed after saving a document.
 PDAction PDDocumentCatalogAdditionalActions.getWP()
          This will get a JavaScript action to be performed before printing a document.
 PDAction PDDocumentCatalogAdditionalActions.getDP()
          This will get a JavaScript action to be performed after printing a document.
 PDAction PDAnnotationAdditionalActions.getE()
          This will get an action to be performed when the cursor enters the annotation's active area.
 PDAction PDAnnotationAdditionalActions.getX()
          This will get an action to be performed when the cursor exits the annotation's active area.
 PDAction PDAnnotationAdditionalActions.getD()
          This will get an action to be performed when the mouse button is pressed inside the annotation's active area.
 PDAction PDAnnotationAdditionalActions.getU()
          This will get an action to be performed when the mouse button is released inside the annotation's active area.
 PDAction PDAnnotationAdditionalActions.getFo()
          This will get an action to be performed when the annotation receives the input focus.
 PDAction PDAnnotationAdditionalActions.getBl()
          This will get an action to be performed when the annotation loses the input focus.
 PDAction PDAnnotationAdditionalActions.getPO()
          This will get an action to be performed when the page containing the annotation is opened.
 PDAction PDAnnotationAdditionalActions.getPC()
          This will get an action to be performed when the page containing the annotation is closed.
 PDAction PDAnnotationAdditionalActions.getPV()
          This will get an action to be performed when the page containing the annotation becomes visible in the viewer application's user interface.
 PDAction PDAnnotationAdditionalActions.getPI()
          This will get an action to be performed when the page containing the annotation is no longer visible in the viewer application's user interface.
 PDAction PDAdditionalActions.getF()
          Get the F action.
static PDAction PDActionFactory.createAction(COSDictionary action)
          This will create the correct type of action based on the type specified in the dictionary.
 

Methods in org.pdfbox.pdmodel.interactive.action with parameters of type PDAction
 void PDPageAdditionalActions.setO(PDAction o)
          This will set an action to be performed when the page is opened.
 void PDPageAdditionalActions.setC(PDAction c)
          This will set an action to be performed when the page is closed.
 void PDFormFieldAdditionalActions.setK(PDAction k)
          This will set a JavaScript action to be performed when the user types a keystroke into a text field or combo box or modifies the selection in a scrollable list box.
 void PDFormFieldAdditionalActions.setF(PDAction f)
          This will set a JavaScript action to be performed before the field is formatted to display its current value.
 void PDFormFieldAdditionalActions.setV(PDAction v)
          This will set a JavaScript action to be performed when the field's value is changed.
 void PDFormFieldAdditionalActions.setC(PDAction c)
          This will set a JavaScript action to be performed in order to recalculate the value of this field when that of another field changes.
 void PDDocumentCatalogAdditionalActions.setWC(PDAction wc)
          This will set a JavaScript action to be performed before closing a document.
 void PDDocumentCatalogAdditionalActions.setWS(PDAction ws)
          This will set a JavaScript action to be performed before saving a document.
 void PDDocumentCatalogAdditionalActions.setDS(PDAction ds)
          This will set a JavaScript action to be performed after saving a document.
 void PDDocumentCatalogAdditionalActions.setWP(PDAction wp)
          This will set a JavaScript action to be performed before printing a document.
 void PDDocumentCatalogAdditionalActions.setDP(PDAction dp)
          This will set a JavaScript action to be performed after printing a document.
 void PDAnnotationAdditionalActions.setE(PDAction e)
          This will set an action to be performed when the cursor enters the annotation's active area.
 void PDAnnotationAdditionalActions.setX(PDAction x)
          This will set an action to be performed when the cursor exits the annotation's active area.
 void PDAnnotationAdditionalActions.setD(PDAction d)
          This will set an action to be performed when the mouse button is pressed inside the annotation's active area.
 void PDAnnotationAdditionalActions.setU(PDAction u)
          This will set an action to be performed when the mouse button is released inside the annotation's active area.
 void PDAnnotationAdditionalActions.setFo(PDAction fo)
          This will set an action to be performed when the annotation receives the input focus.
 void PDAnnotationAdditionalActions.setBl(PDAction bl)
          This will set an action to be performed when the annotation loses the input focus.
 void PDAnnotationAdditionalActions.setPO(PDAction po)
          This will set an action to be performed when the page containing the annotation is opened.
 void PDAnnotationAdditionalActions.setPC(PDAction pc)
          This will set an action to be performed when the page containing the annotation is closed.
 void PDAnnotationAdditionalActions.setPV(PDAction pv)
          This will set an action to be performed when the page containing the annotation becomes visible in the viewer application's user interface.
 void PDAnnotationAdditionalActions.setPI(PDAction pi)
          This will set an action to be performed when the page containing the annotation is no longer visible in the viewer application's user interface.
 void PDAdditionalActions.setF(PDAction action)
          Set the F action.
 

Uses of PDAction in org.pdfbox.pdmodel.interactive.action.type
 

Subclasses of PDAction in org.pdfbox.pdmodel.interactive.action.type
 class PDActionGoTo
          This represents a go-to action that can be executed in a PDF document.
 class PDActionJavaScript
          This represents a JavaScript action.
 class PDActionLaunch
          This represents a launch action that can be executed in a PDF document.
 class PDActionRemoteGoTo
          This represents a remote go-to action that can be executed in a PDF document.
 class PDActionURI
          This represents a URI action that can be executed in a PDF document.
 

Uses of PDAction in org.pdfbox.pdmodel.interactive.annotation
 

Methods in org.pdfbox.pdmodel.interactive.annotation that return PDAction
 PDAction PDAnnotation.getAction()
          Get the action to be performed when this annotation is to be activated.
 

Methods in org.pdfbox.pdmodel.interactive.annotation with parameters of type PDAction
 void PDAnnotation.setAction(PDAction action)
          Set the annotation action.
 

Uses of PDAction in org.pdfbox.pdmodel.interactive.documentnavigation.outline
 

Methods in org.pdfbox.pdmodel.interactive.documentnavigation.outline that return PDAction
 PDAction PDOutlineItem.getAction()
          Get the action of this node.
 

Methods in org.pdfbox.pdmodel.interactive.documentnavigation.outline with parameters of type PDAction
 void PDOutlineItem.setAction(PDAction action)
          Set the action for this node.