Uses of Class
org.apache.pdfbox.pdmodel.interactive.action.type.PDAction
Packages that use PDAction
Package
Description
The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
This package represents actions that can be performed in a PDF document.
This package contains all of the available PDF action types.
The annotation package contains classes that work with PDF annotation elements.
The outline package allows for a PDF outline(bookmarks) to be created.
-
Uses of PDAction in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that return PDActionModifier and TypeMethodDescriptionFDFField.getAction()
This will get the action that is associated with this field.Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type PDAction -
Uses of PDAction in org.apache.pdfbox.pdmodel.interactive.action
Methods in org.apache.pdfbox.pdmodel.interactive.action that return PDActionModifier and TypeMethodDescriptionstatic PDAction
PDActionFactory.createAction
(COSDictionary action) This will create the correct type of action based on the type specified in the dictionary.PDAnnotationAdditionalActions.getBl()
This will get an action to be performed when the annotation loses the input focus.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.PDPageAdditionalActions.getC()
This will get an action to be performed when the page is closed.PDAnnotationAdditionalActions.getD()
This will get an action to be performed when the mouse button is pressed inside the annotation's active area.PDDocumentCatalogAdditionalActions.getDP()
This will get a JavaScript action to be performed after printing a document.PDDocumentCatalogAdditionalActions.getDS()
This will get a JavaScript action to be performed after saving a document.PDAnnotationAdditionalActions.getE()
This will get an action to be performed when the cursor enters the annotation's active area.PDAdditionalActions.getF()
Get the F action.PDFormFieldAdditionalActions.getF()
This will get a JavaScript action to be performed before the field is formatted to display its current value.PDAnnotationAdditionalActions.getFo()
This will get an action to be performed when the annotation receives the input focus.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.PDPageAdditionalActions.getO()
This will get an action to be performed when the page is opened.PDAnnotationAdditionalActions.getPC()
This will get an action to be performed when the page containing the annotation is closed.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.PDAnnotationAdditionalActions.getPO()
This will get an action to be performed when the page containing the annotation is opened.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.PDAnnotationAdditionalActions.getU()
This will get an action to be performed when the mouse button is released inside the annotation's active area.PDFormFieldAdditionalActions.getV()
This will get a JavaScript action to be performed when the field's value is changed.PDDocumentCatalogAdditionalActions.getWC()
This will get a JavaScript action to be performed before closing a document.PDDocumentCatalogAdditionalActions.getWP()
This will get a JavaScript action to be performed before printing a document.PDDocumentCatalogAdditionalActions.getWS()
This will get a JavaScript action to be performed before saving a document.PDAnnotationAdditionalActions.getX()
This will get an action to be performed when the cursor exits the annotation's active area.Methods in org.apache.pdfbox.pdmodel.interactive.action with parameters of type PDActionModifier and TypeMethodDescriptionvoid
This will set an action to be performed when the annotation loses the input focus.void
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
This will set an action to be performed when the page is closed.void
This will set an action to be performed when the mouse button is pressed inside the annotation's active area.void
This will set a JavaScript action to be performed after printing a document.void
This will set a JavaScript action to be performed after saving a document.void
This will set an action to be performed when the cursor enters the annotation's active area.void
Set the F action.void
This will set a JavaScript action to be performed before the field is formatted to display its current value.void
This will set an action to be performed when the annotation receives the input focus.void
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
This will set an action to be performed when the page is opened.void
This will set an action to be performed when the page containing the annotation is closed.void
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
This will set an action to be performed when the page containing the annotation is opened.void
This will set an action to be performed when the page containing the annotation becomes visible in the viewer application's user interface.void
This will set an action to be performed when the mouse button is released inside the annotation's active area.void
This will set a JavaScript action to be performed when the field's value is changed.void
This will set a JavaScript action to be performed before closing a document.void
This will set a JavaScript action to be performed before printing a document.void
This will set a JavaScript action to be performed before saving a document.void
This will set an action to be performed when the cursor exits the annotation's active area. -
Uses of PDAction in org.apache.pdfbox.pdmodel.interactive.action.type
Subclasses of PDAction in org.apache.pdfbox.pdmodel.interactive.action.typeModifier and TypeClassDescriptionclass
This represents a go-to action that can be executed in a PDF document.class
This represents a JavaScript action.class
This represents a launch action that can be executed in a PDF document.class
This represents a named action in a PDF document.class
This represents a remote go-to action that can be executed in a PDF document.class
This represents a URI action that can be executed in a PDF document. -
Uses of PDAction in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDActionModifier and TypeMethodDescriptionPDAnnotationLink.getAction()
Get the action to be performed when this annotation is to be activated.PDAnnotationWidget.getAction()
Get the action to be performed when this annotation is to be activated.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDAction