Uses of Class
com.itextpdf.kernel.pdf.action.PdfAction
-
-
Uses of PdfAction in com.itextpdf.forms.fields
Methods in com.itextpdf.forms.fields with parameters of type PdfAction Modifier and Type Method Description PdfFormAnnotationPdfFormAnnotation. setAction(PdfAction action)Sets the action onwidgetof this annotation form field.PdfFormFieldPdfFormField. setAdditionalAction(PdfName key, PdfAction action)Sets an additional action for the form field. -
Uses of PdfAction in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf with parameters of type PdfAction Modifier and Type Method Description voidPdfOutline. addAction(PdfAction action)AddsPdfActionfor the outline,Akey.private voidPdfCatalog. checkIsoConformanceForAction(PdfAction action)PdfCatalogPdfCatalog. setAdditionalAction(PdfName key, PdfAction action)The actions that shall be taken in response to various trigger events affecting the document as a whole.PdfPagePdfPage. setAdditionalAction(PdfName key, PdfAction action)Helper method to add an additional action to this page.PdfCatalogPdfCatalog. setOpenAction(PdfAction action)A value specifying an action that shall be performed when the document is opened. -
Uses of PdfAction in com.itextpdf.kernel.pdf.action
Methods in com.itextpdf.kernel.pdf.action that return PdfAction Modifier and Type Method Description static PdfActionPdfAction. createGoTo(PdfDestination destination)Creates a GoTo action (section 12.6.4.2 of ISO 32000-1) via a given destination.static PdfActionPdfAction. createGoTo(java.lang.String destination)Creates a GoTo action (section 12.6.4.2 of ISO 32000-1) via a givenPdfStringDestinationname.static PdfActionPdfAction. createGoToE(PdfFileSpec fileSpec, PdfDestination destination, boolean newWindow, PdfTarget targetDictionary)Creates a GoToE action, or embedded file action (section 12.6.4.4 of ISO 32000-1).static PdfActionPdfAction. createGoToE(PdfDestination destination, boolean newWindow, PdfTarget targetDictionary)Creates a GoToE action, or embedded file action (section 12.6.4.4 of ISO 32000-1).static PdfActionPdfAction. createGoToR(PdfFileSpec fileSpec, PdfDestination destination)Creates a GoToR action, or remote action (section 12.6.4.3 of ISO 32000-1).static PdfActionPdfAction. createGoToR(PdfFileSpec fileSpec, PdfDestination destination, boolean newWindow)Creates a GoToR action, or remote action (section 12.6.4.3 of ISO 32000-1).static PdfActionPdfAction. createGoToR(java.lang.String filename, int pageNum)Creates a GoToR action, or remote action (section 12.6.4.3 of ISO 32000-1).static PdfActionPdfAction. createGoToR(java.lang.String filename, int pageNum, boolean newWindow)Creates a GoToR action, or remote action (section 12.6.4.3 of ISO 32000-1).static PdfActionPdfAction. createGoToR(java.lang.String filename, java.lang.String destination)Creates a GoToR action, or remote action (section 12.6.4.3 of ISO 32000-1).static PdfActionPdfAction. createGoToR(java.lang.String filename, java.lang.String destination, boolean newWindow)Creates a GoToR action, or remote action (section 12.6.4.3 of ISO 32000-1).static PdfActionPdfAction. createHide(PdfAnnotation[] annotations, boolean hidden)Creates a Hide action (section 12.6.4.10 of ISO 32000-1).static PdfActionPdfAction. createHide(PdfAnnotation annotation, boolean hidden)Creates a Hide action (section 12.6.4.10 of ISO 32000-1).static PdfActionPdfAction. createHide(java.lang.String[] text, boolean hidden)Creates a Hide action (section 12.6.4.10 of ISO 32000-1).static PdfActionPdfAction. createHide(java.lang.String text, boolean hidden)Creates a Hide action (section 12.6.4.10 of ISO 32000-1).static PdfActionPdfAction. createJavaScript(java.lang.String javaScript)Creates a JavaScript action (section 12.6.4.16 of ISO 32000-1).static PdfActionPdfAction. createLaunch(PdfFileSpec fileSpec)Creates a Launch action (section 12.6.4.5 of ISO 32000-1).static PdfActionPdfAction. createLaunch(PdfFileSpec fileSpec, boolean newWindow)Creates a Launch action (section 12.6.4.5 of ISO 32000-1).static PdfActionPdfAction. createMovie(PdfAnnotation annotation, java.lang.String title, PdfName operation)Creates a Movie annotation (section 12.6.4.9 of ISO 32000-1).static PdfActionPdfAction. createNamed(PdfName namedAction)Creates a Named action (section 12.6.4.11 of ISO 32000-1).static PdfActionPdfAction. createRendition(java.lang.String file, PdfFileSpec fileSpec, java.lang.String mimeType, PdfAnnotation screenAnnotation)Creates a Rendition action (section 12.6.4.13 of ISO 32000-1).static PdfActionPdfAction. createResetForm(java.lang.Object[] names, int flags)Creates a Reset-Form Action (section 12.7.5.3 of ISO 32000-1).static PdfActionPdfAction. createSetOcgState(java.util.List<PdfActionOcgState> states)Creates a Set-OCG-State action (section 12.6.4.12 of ISO 32000-1).static PdfActionPdfAction. createSetOcgState(java.util.List<PdfActionOcgState> states, boolean preserveRb)Creates a Set-OCG-State action (section 12.6.4.12 of ISO 32000-1).static PdfActionPdfAction. createSound(PdfStream sound)Creates a Sound action (section 12.6.4.8 of ISO 32000-1).static PdfActionPdfAction. createSound(PdfStream sound, float volume, boolean synchronous, boolean repeat, boolean mix)Creates a Sound action (section 12.6.4.8 of ISO 32000-1).static PdfActionPdfAction. createSubmitForm(java.lang.String file, java.lang.Object[] names, int flags)Creates a Submit-Form Action (section 12.7.5.2 of ISO 32000-1).static PdfActionPdfAction. createThread(PdfFileSpec fileSpec)Creates a Thread action (section 12.6.4.6 of ISO 32000-1).static PdfActionPdfAction. createThread(PdfFileSpec fileSpec, PdfObject destinationThread, PdfObject bead)Creates a Thread action (section 12.6.4.6 of ISO 32000-1).static PdfActionPdfAction. createURI(java.lang.String uri)Creates a URI action (section 12.6.4.7 of ISO 32000-1).static PdfActionPdfAction. createURI(java.lang.String uri, boolean isMap)Creates a URI action (section 12.6.4.7 of ISO 32000-1).static PdfActionPdfAction. createURI(java.net.URI uri)Creates a GoTo action (section 12.6.4.2 of ISO 32000-1) via a given uri.PdfActionPdfAnnotationAdditionalActions. getOnEnter()Returns thePdfActionfor the OnEnter event if there is any, or null.PdfActionPdfAnnotationAdditionalActions. getOnExit()Returns thePdfActionfor the OnExit event if there is any, or null.PdfActionPdfAnnotationAdditionalActions. getOnFocus()Returns thePdfActionfor the OnFocus event if there is any, or null.PdfActionPdfAnnotationAdditionalActions. getOnLostFocus()Returns thePdfActionfor the OnLostFocus event if there is any, or null.PdfActionPdfAnnotationAdditionalActions. getOnMouseDown()Returns thePdfActionfor the OnMouseDown event if there is any, or null.PdfActionPdfAnnotationAdditionalActions. getOnMouseUp()Returns thePdfActionfor the OnMouseUp event if there is any, or null.PdfActionPdfAnnotationAdditionalActions. getOnPageClosed()Returns thePdfActionfor the OnPageClosed event if there is any, or null.PdfActionPdfAnnotationAdditionalActions. getOnPageLostView()Returns thePdfActionfor the OnPageLostView event if there is any, or null.PdfActionPdfAnnotationAdditionalActions. getOnPageOpened()Returns thePdfActionfor the OnPageOpened event if there is any, or null.PdfActionPdfAnnotationAdditionalActions. getOnPageVisible()Returns thePdfActionfor the OnPageVisible event if there is any, or null.PdfActionPdfAnnotationAdditionalActions. getPdfActionForEvent(PdfName eventName)If exists, returns thePdfActionfor this event, otherwise returns null.PdfActionPdfAction. put(PdfName key, PdfObject value)Inserts the value into the underlying object of thisPdfActionand associates it with the specified key.Methods in com.itextpdf.kernel.pdf.action that return types with arguments of type PdfAction Modifier and Type Method Description java.util.List<PdfAction>PdfAnnotationAdditionalActions. getAllKnownActions()Lists everyPdfActionfor all documented events for an annotation's additional actions.Methods in com.itextpdf.kernel.pdf.action with parameters of type PdfAction Modifier and Type Method Description voidPdfAction. next(PdfAction nextAction)Adds a chained action.static voidPdfAction. setAdditionalAction(PdfObjectWrapper<PdfDictionary> wrapper, PdfName key, PdfAction action)Adds an additional action to the providedPdfObjectWrapper<PdfDictionary> wrapper.voidPdfAnnotationAdditionalActions. setOnEnter(PdfAction action)Sets thePdfActionto perform on the OnEnter event, or removes it when action is null.voidPdfAnnotationAdditionalActions. setOnExit(PdfAction action)Sets thePdfActionto perform on the OnExit event, or removes it when action is null.voidPdfAnnotationAdditionalActions. setOnFocus(PdfAction action)Sets thePdfActionto perform on the OnFocus event, or removes it when action is null.voidPdfAnnotationAdditionalActions. setOnLostFocus(PdfAction action)Sets thePdfActionto perform on the OnLostFocus event, or removes it when action is null.voidPdfAnnotationAdditionalActions. setOnMouseDown(PdfAction action)Sets thePdfActionto perform on the OnMouseDown event, or removes it when action is null.voidPdfAnnotationAdditionalActions. setOnMouseUp(PdfAction action)Sets thePdfActionto perform on the OnMouseUp event, or removes it when action is null.voidPdfAnnotationAdditionalActions. setOnPageClosed(PdfAction action)Sets thePdfActionto perform on the OnPageClosed event, or removes it when action is null.voidPdfAnnotationAdditionalActions. setOnPageLostView(PdfAction action)Sets thePdfActionto perform on the OnPageLostView event, or removes it when action is null.voidPdfAnnotationAdditionalActions. setOnPageOpened(PdfAction action)Sets thePdfActionto perform on the OnPageOpened event, or removes it when action is null.voidPdfAnnotationAdditionalActions. setOnPageVisible(PdfAction action)Sets thePdfActionto perform on the OnPageVisible event, or removes it when action is null.voidPdfAnnotationAdditionalActions. setPdfActionForEvent(PdfName event, PdfAction action)Sets the action for an event, or removes it when the action is null. -
Uses of PdfAction in com.itextpdf.kernel.pdf.annot
Methods in com.itextpdf.kernel.pdf.annot with parameters of type PdfAction Modifier and Type Method Description PdfLinkAnnotationPdfLinkAnnotation. setAction(PdfAction action)Sets aPdfActionto this annotation which will be performed when the annotation is activated.PdfScreenAnnotationPdfScreenAnnotation. setAction(PdfAction action)Sets aPdfActionto this annotation which will be performed when the annotation is activated.PdfWidgetAnnotationPdfWidgetAnnotation. setAction(PdfAction action)Sets aPdfActionto this annotation which will be performed when the annotation is activated.PdfScreenAnnotationPdfScreenAnnotation. setAdditionalAction(PdfName key, PdfAction action)Sets an additionalPdfActionto this annotation which will be performed in response to the specific trigger event defined bykey.PdfWidgetAnnotationPdfWidgetAnnotation. setAdditionalAction(PdfName key, PdfAction action)Sets an additionalPdfActionto this annotation which will be performed in response to the specific trigger event defined bykey.PdfLinkAnnotationPdfLinkAnnotation. setUriAction(PdfAction action)Sets the annotation URI action asPdfActioninstance. -
Uses of PdfAction in com.itextpdf.kernel.validation.context
Fields in com.itextpdf.kernel.validation.context declared as PdfAction Modifier and Type Field Description private PdfActionPdfDestinationAdditionContext. actionMethods in com.itextpdf.kernel.validation.context that return PdfAction Modifier and Type Method Description PdfActionPdfDestinationAdditionContext. getAction()GetsPdfActioninstance.Constructors in com.itextpdf.kernel.validation.context with parameters of type PdfAction Constructor Description PdfDestinationAdditionContext(PdfAction action) -
Uses of PdfAction in com.itextpdf.layout.element
Methods in com.itextpdf.layout.element with parameters of type PdfAction Modifier and Type Method Description TAbstractElement. setAction(PdfAction action)Sets an action on this Element.Constructors in com.itextpdf.layout.element with parameters of type PdfAction Constructor Description Link(java.lang.String text, PdfAction action)Creates a Link which can execute an action. -
Uses of PdfAction in com.itextpdf.pdfua.checkers.utils.ua2
Methods in com.itextpdf.pdfua.checkers.utils.ua2 with parameters of type PdfAction Modifier and Type Method Description private static booleanPdfUA2DestinationsChecker. isActionAllowed(PdfAction action, PdfDocument document, int counter)
-