Uses of Class
org.apache.pdfbox.pdmodel.interactive.action.PDAction
-
Packages that use PDAction Package Description org.apache.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.org.apache.pdfbox.pdmodel.interactive.action This package represents actions that can be performed in a PDF document.org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements.org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline 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 PDAction Modifier and Type Method Description PDActionFDFField. getAction()This will get the action that is associated with this field.Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type PDAction Modifier and Type Method Description voidFDFField. setAction(PDAction a)This will set the action that is associated with this field. -
Uses of PDAction in org.apache.pdfbox.pdmodel.interactive.action
Subclasses of PDAction in org.apache.pdfbox.pdmodel.interactive.action Modifier and Type Class Description classPDActionEmbeddedGoToThis represents a embedded go-to action that can be executed in a PDF document.classPDActionGoToThis represents a go-to action that can be executed in a PDF document.classPDActionHideThis represents a thread action that can be executed in a PDF document.classPDActionImportDataclassPDActionJavaScriptThis represents a JavaScript action.classPDActionLaunchThis represents a launch action that can be executed in a PDF document.classPDActionMovieclassPDActionNamedThis represents a named action in a PDF document.classPDActionRemoteGoToThis represents a remote go-to action that can be executed in a PDF document.classPDActionResetFormclassPDActionSoundThis represents a Sound action that can be executed in a PDF documentclassPDActionSubmitFormThis represents a Submit-Form action that can be executed in a PDF document.classPDActionThreadThis represents a thread action that can be executed in a PDF document.classPDActionURIThis represents a URI action that can be executed in a PDF document.Methods in org.apache.pdfbox.pdmodel.interactive.action that return PDAction Modifier and Type Method Description static PDActionPDActionFactory. createAction(COSDictionary action)This will create the correct type of action based on the type specified in the dictionary.PDActionPDAnnotationAdditionalActions. getBl()This will get an action to be performed when the annotation loses the input focus.PDActionPDFormFieldAdditionalActions. 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.PDActionPDPageAdditionalActions. getC()This will get an action to be performed when the page is closed.PDActionPDAnnotationAdditionalActions. getD()This will get an action to be performed when the mouse button is pressed inside the annotation's active area.PDActionPDDocumentCatalogAdditionalActions. getDP()This will get a JavaScript action to be performed after printing a document.PDActionPDDocumentCatalogAdditionalActions. getDS()This will get a JavaScript action to be performed after saving a document.PDActionPDAnnotationAdditionalActions. getE()This will get an action to be performed when the cursor enters the annotation's active area.PDActionPDAdditionalActions. getF()Get the F action.PDActionPDFormFieldAdditionalActions. getF()This will get a JavaScript action to be performed before the field is formatted to display its current value.PDActionPDAnnotationAdditionalActions. getFo()This will get an action to be performed when the annotation receives the input focus.PDActionPDFormFieldAdditionalActions. 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.PDActionPDPageAdditionalActions. getO()This will get an action to be performed when the page is opened.PDActionPDAnnotationAdditionalActions. getPC()This will get an action to be performed when the page containing the annotation is closed.PDActionPDAnnotationAdditionalActions. 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.PDActionPDAnnotationAdditionalActions. getPO()This will get an action to be performed when the page containing the annotation is opened.PDActionPDAnnotationAdditionalActions. getPV()This will get an action to be performed when the page containing the annotation becomes visible in the viewer application's user interface.PDActionPDAnnotationAdditionalActions. getU()This will get an action to be performed when the mouse button is released inside the annotation's active area.PDActionPDFormFieldAdditionalActions. getV()This will get a JavaScript action to be performed when the field's value is changed.PDActionPDDocumentCatalogAdditionalActions. getWC()This will get a JavaScript action to be performed before closing a document.PDActionPDDocumentCatalogAdditionalActions. getWP()This will get a JavaScript action to be performed before printing a document.PDActionPDDocumentCatalogAdditionalActions. getWS()This will get a JavaScript action to be performed before saving a document.PDActionPDAnnotationAdditionalActions. 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 that return types with arguments of type PDAction Modifier and Type Method Description java.util.List<PDAction>PDAction. getNext()This will get the next action, or sequence of actions, to be performed after this one.Methods in org.apache.pdfbox.pdmodel.interactive.action with parameters of type PDAction Modifier and Type Method Description voidPDAnnotationAdditionalActions. setBl(PDAction bl)This will set an action to be performed when the annotation loses the input focus.voidPDFormFieldAdditionalActions. 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.voidPDPageAdditionalActions. setC(PDAction c)This will set an action to be performed when the page is closed.voidPDAnnotationAdditionalActions. setD(PDAction d)This will set an action to be performed when the mouse button is pressed inside the annotation's active area.voidPDDocumentCatalogAdditionalActions. setDP(PDAction dp)This will set a JavaScript action to be performed after printing a document.voidPDDocumentCatalogAdditionalActions. setDS(PDAction ds)This will set a JavaScript action to be performed after saving a document.voidPDAnnotationAdditionalActions. setE(PDAction e)This will set an action to be performed when the cursor enters the annotation's active area.voidPDAdditionalActions. setF(PDAction action)Set the F action.voidPDFormFieldAdditionalActions. setF(PDAction f)This will set a JavaScript action to be performed before the field is formatted to display its current value.voidPDAnnotationAdditionalActions. setFo(PDAction fo)This will set an action to be performed when the annotation receives the input focus.voidPDFormFieldAdditionalActions. 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.voidPDPageAdditionalActions. setO(PDAction o)This will set an action to be performed when the page is opened.voidPDAnnotationAdditionalActions. setPC(PDAction pc)This will set an action to be performed when the page containing the annotation is closed.voidPDAnnotationAdditionalActions. 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.voidPDAnnotationAdditionalActions. setPO(PDAction po)This will set an action to be performed when the page containing the annotation is opened.voidPDAnnotationAdditionalActions. 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.voidPDAnnotationAdditionalActions. setU(PDAction u)This will set an action to be performed when the mouse button is released inside the annotation's active area.voidPDFormFieldAdditionalActions. setV(PDAction v)This will set a JavaScript action to be performed when the field's value is changed.voidPDDocumentCatalogAdditionalActions. setWC(PDAction wc)This will set a JavaScript action to be performed before closing a document.voidPDDocumentCatalogAdditionalActions. setWP(PDAction wp)This will set a JavaScript action to be performed before printing a document.voidPDDocumentCatalogAdditionalActions. setWS(PDAction ws)This will set a JavaScript action to be performed before saving a document.voidPDAnnotationAdditionalActions. 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.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDAction Modifier and Type Method Description PDActionPDAnnotationLink. getAction()Get the action to be performed when this annotation is to be activated.PDActionPDAnnotationWidget. 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 Modifier and Type Method Description voidPDAnnotationLink. setAction(PDAction action)Set the annotation action.voidPDAnnotationWidget. setAction(PDAction action)Set the annotation action. -
Uses of PDAction in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline
Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline that return PDAction Modifier and Type Method Description PDActionPDOutlineItem. getAction()Get the action of this node.Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline with parameters of type PDAction Modifier and Type Method Description voidPDOutlineItem. setAction(PDAction action)Set the action for this node.
-