Uses of Class
org.sejda.sambox.pdmodel.interactive.action.PDAction
Packages that use PDAction
Package
Description
The destination package allows destinations into a pdf document to be specified.
The outline package allows for a PDF outline(bookmarks) to be created.
-
Uses of PDAction in org.sejda.sambox.pdmodel.interactive.action
Subclasses of PDAction in org.sejda.sambox.pdmodel.interactive.actionModifier and TypeClassDescriptionclassThis represents a embedded go-to action that can be executed in a PDF document.classThis represents a go-to action that can be executed in a PDF document.classThis represents a thread action that can be executed in a PDF document.classclassThis represents a JavaScript action.classThis represents a launch action that can be executed in a PDF document.classclassThis represents a named action in a PDF document.classThis represents a remote go-to action that can be executed in a PDF document.classclassThis represents a Sound action that can be executed in a PDF documentclassThis represents a Submit-Form action that can be executed in a PDF document.classThis represents a thread action that can be executed in a PDF document.classThis represents a URI action that can be executed in a PDF document.Methods in org.sejda.sambox.pdmodel.interactive.action that return PDActionModifier and TypeMethodDescriptionstatic PDActionPDActionFactory.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.sejda.sambox.pdmodel.interactive.action that return types with arguments of type PDActionModifier and TypeMethodDescriptionPDAction.getNext()This will get the next action, or sequence of actions, to be performed after this one.Methods in org.sejda.sambox.pdmodel.interactive.action with parameters of type PDActionModifier and TypeMethodDescriptionvoidThis will set an action to be performed when the annotation loses the input focus.voidThis will set a JavaScript action to be performed in order to recalculate the value of this field when that of another field changes.voidThis will set an action to be performed when the page is closed.voidThis will set an action to be performed when the mouse button is pressed inside the annotation's active area.voidThis will set a JavaScript action to be performed after printing a document.voidThis will set a JavaScript action to be performed after saving a document.voidThis will set an action to be performed when the cursor enters the annotation's active area.voidSet the F action.voidThis will set a JavaScript action to be performed before the field is formatted to display its current value.voidThis will set an action to be performed when the annotation receives the input focus.voidThis 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.voidThis will set an action to be performed when the page is opened.voidThis will set an action to be performed when the page containing the annotation is closed.voidThis will set an action to be performed when the page containing the annotation is no longer visible in the viewer application's user interface.voidThis will set an action to be performed when the page containing the annotation is opened.voidThis will set an action to be performed when the page containing the annotation becomes visible in the viewer application's user interface.voidThis will set an action to be performed when the mouse button is released inside the annotation's active area.voidThis will set a JavaScript action to be performed when the field's value is changed.voidThis will set a JavaScript action to be performed before closing a document.voidThis will set a JavaScript action to be performed before printing a document.voidThis will set a JavaScript action to be performed before saving a document.voidThis will set an action to be performed when the cursor exits the annotation's active area. -
Uses of PDAction in org.sejda.sambox.pdmodel.interactive.annotation
Methods in org.sejda.sambox.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.sejda.sambox.pdmodel.interactive.annotation with parameters of type PDAction