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

Packages that use PDAction
org.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. 
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.documentnavigation.outline The outline package allows for a PDF outline(bookmarks) to be created. 
 

Uses of PDAction in org.pdfbox.pdmodel
 

Methods in org.pdfbox.pdmodel that return PDAction
 PDAction PDDocumentCatalog.getOpenAction()
          Get the Document Open Action for this object.
 

Methods in org.pdfbox.pdmodel with parameters of type PDAction
 void PDDocumentCatalog.setOpenAction(PDAction action)
          Set the Document Open Action for this object.
 

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
static PDAction PDActionFactory.createAction(COSDictionary action)
          This will create the correct type of action based on the type specified in the dictionary.
 PDAction PDAnnotationAdditionalActions.getBl()
          This will get an action to be performed when the annotation loses the input focus.
 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 PDPageAdditionalActions.getC()
          This will get an action to be performed when the page is closed.
 PDAction PDAnnotationAdditionalActions.getD()
          This will get an action to be performed when the mouse button is pressed inside the annotation's active area.
 PDAction PDDocumentCatalogAdditionalActions.getDP()
          This will get a JavaScript action to be performed after printing a document.
 PDAction PDDocumentCatalogAdditionalActions.getDS()
          This will get a JavaScript action to be performed after saving a document.
 PDAction PDAnnotationAdditionalActions.getE()
          This will get an action to be performed when the cursor enters the annotation's active area.
 PDAction PDAdditionalActions.getF()
          Get the F action.
 PDAction PDFormFieldAdditionalActions.getF()
          This will get a JavaScript action to be performed before the field is formatted to display its current value.
 PDAction PDAnnotationAdditionalActions.getFo()
          This will get an action to be performed when the annotation receives the input focus.
 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 PDPageAdditionalActions.getO()
          This will get an action to be performed when the page is opened.
 PDAction PDAnnotationAdditionalActions.getPC()
          This will get an action to be performed when the page containing the annotation is closed.
 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 PDAnnotationAdditionalActions.getPO()
          This will get an action to be performed when the page containing the annotation is opened.
 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.getU()
          This will get an action to be performed when the mouse button is released inside the annotation's active area.
 PDAction PDFormFieldAdditionalActions.getV()
          This will get a JavaScript action to be performed when the field's value is changed.
 PDAction PDDocumentCatalogAdditionalActions.getWC()
          This will get a JavaScript action to be performed before closing a document.
 PDAction PDDocumentCatalogAdditionalActions.getWP()
          This will get a JavaScript action to be performed before printing a document.
 PDAction PDDocumentCatalogAdditionalActions.getWS()
          This will get a JavaScript action to be performed before saving a document.
 PDAction PDAnnotationAdditionalActions.getX()
          This will get an action to be performed when the cursor exits the annotation's active area.
 

Methods in org.pdfbox.pdmodel.interactive.action with parameters of type PDAction
 void PDAnnotationAdditionalActions.setBl(PDAction bl)
          This will set an action to be performed when the annotation loses the input focus.
 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 PDPageAdditionalActions.setC(PDAction c)
          This will set an action to be performed when the page is closed.
 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 PDDocumentCatalogAdditionalActions.setDP(PDAction dp)
          This will set a JavaScript action to be performed after printing a document.
 void PDDocumentCatalogAdditionalActions.setDS(PDAction ds)
          This will set a JavaScript action to be performed after saving 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 PDAdditionalActions.setF(PDAction action)
          Set the F action.
 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 PDAnnotationAdditionalActions.setFo(PDAction fo)
          This will set an action to be performed when the annotation receives the input focus.
 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 PDPageAdditionalActions.setO(PDAction o)
          This will set an action to be performed when the page 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.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 PDAnnotationAdditionalActions.setPO(PDAction po)
          This will set an action to be performed when the page containing the annotation is opened.
 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.setU(PDAction u)
          This will set an action to be performed when the mouse button is released inside the annotation's active area.
 void PDFormFieldAdditionalActions.setV(PDAction v)
          This will set a JavaScript action to be performed when the field's value is changed.
 void PDDocumentCatalogAdditionalActions.setWC(PDAction wc)
          This will set a JavaScript action to be performed before closing a document.
 void PDDocumentCatalogAdditionalActions.setWP(PDAction wp)
          This will set a JavaScript action to be performed before printing a document.
 void PDDocumentCatalogAdditionalActions.setWS(PDAction ws)
          This will set a JavaScript action to be performed before saving a document.
 void PDAnnotationAdditionalActions.setX(PDAction x)
          This will set an action to be performed when the cursor exits the annotation's active area.
 

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.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.
 



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.