Uses of Class
com.itextpdf.text.pdf.PdfAction
-
Packages that use PdfAction Package Description com.itextpdf.text com.itextpdf.text.pdf com.itextpdf.text.pdf.interfaces -
-
Uses of PdfAction in com.itextpdf.text
Methods in com.itextpdf.text with parameters of type PdfAction Modifier and Type Method Description ChunkChunk. setAction(PdfAction action)Sets an action for thisChunk. -
Uses of PdfAction in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfAction Modifier and Type Field Description protected PdfActionPdfDocument. anchorActionThe current activePdfActionwhen processing anAnchor.protected PdfActionPdfDocument. openActionActionMethods in com.itextpdf.text.pdf that return PdfAction Modifier and Type Method Description static PdfActionPdfAction. createHide(PdfAnnotation annot, boolean hide)A Hide action hides or shows an annotation.static PdfActionPdfAction. createHide(java.lang.Object[] names, boolean hide)A Hide action hides or shows objects.static PdfActionPdfAction. createHide(java.lang.String name, boolean hide)A Hide action hides or shows an annotation.static PdfActionPdfAction. createImportData(java.lang.String file)Creates an Import field.static PdfActionPdfAction. createLaunch(java.lang.String application, java.lang.String parameters, java.lang.String operation, java.lang.String defaultDir)Launches an application or a document.static PdfActionPdfAction. createResetForm(java.lang.Object[] names, int flags)Creates a resetform.static PdfActionPdfAction. createSubmitForm(java.lang.String file, java.lang.Object[] names, int flags)Creates a submit form.static PdfActionPdfAction. gotoEmbedded(java.lang.String filename, PdfTargetDictionary target, PdfObject dest, boolean newWindow)Creates a GoToE action to an embedded file.static PdfActionPdfAction. gotoEmbedded(java.lang.String filename, PdfTargetDictionary target, java.lang.String dest, boolean isName, boolean newWindow)Creates a GoToE action to an embedded file.static PdfActionPdfAction. gotoLocalPage(int page, PdfDestination dest, PdfWriter writer)Creates a GoTo action to an internal page.static PdfActionPdfAction. gotoLocalPage(java.lang.String dest, boolean isName)Creates a GoTo action to a named destination.static PdfActionPdfAction. gotoRemotePage(java.lang.String filename, java.lang.String dest, boolean isName, boolean newWindow)Creates a GoToR action to a named destination.static PdfActionPdfAction. javaScript(java.lang.String code, PdfWriter writer)Creates a JavaScript action.static PdfActionPdfAction. javaScript(java.lang.String code, PdfWriter writer, boolean unicode)Creates a JavaScript action.static PdfActionPdfAction. rendition(java.lang.String file, PdfFileSpecification fs, java.lang.String mimeType, PdfIndirectReference ref)Creates a Rendition actionstatic PdfActionPdfAction. setOCGstate(java.util.ArrayList state, boolean preserveRB)A set-OCG-state action (PDF 1.5) sets the state of one or more optional content groups.Methods in com.itextpdf.text.pdf with parameters of type PdfAction Modifier and Type Method Description voidPdfWriter. addJavaScript(PdfAction js)Use this method to add a JavaScript action at the document level.voidPdfWriter. addJavaScript(java.lang.String name, PdfAction js)Use this method to add a JavaScript action at the document level.static PdfAnnotationPdfAnnotation. createLink(PdfWriter writer, Rectangle rect, PdfName highlight, PdfAction action)Creates an Annotation with an Action.voidPdfAction. next(PdfAction na)Add a chained action.protected voidPdfCell. processActions(Element element, PdfAction action, java.util.ArrayList allActions)Processes all actions contained in the cell.voidPdfAnnotation. setAction(PdfAction action)voidPdfContentByte. setAction(PdfAction action, float llx, float lly, float urx, float ury)Implements an action in an area.voidStampContent. setAction(PdfAction action, float llx, float lly, float urx, float ury)voidPdfWriter. setAdditionalAction(PdfName actionType, PdfAction action)voidPdfAnnotation. setAdditionalActions(PdfName key, PdfAction action)booleanFdfWriter. setFieldAsAction(java.lang.String field, PdfAction action)Sets the field value as aPDFAction.voidPdfWriter. setOpenAction(PdfAction action)voidPdfStamper. setPageAction(PdfName actionType, PdfAction action, int page)Sets the open and close page additional action.voidPdfWriter. setPageAction(PdfName actionType, PdfAction action)Constructors in com.itextpdf.text.pdf with parameters of type PdfAction Constructor Description PdfAnnotation(PdfWriter writer, float llx, float lly, float urx, float ury, PdfAction action)Constructs a newPdfAnnotationof subtype link (Action).PdfFormField(PdfWriter writer, float llx, float lly, float urx, float ury, PdfAction action)Constructs a newPdfAnnotationof subtype link (Action).PdfOutline(PdfOutline parent, PdfAction action, Paragraph title)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfAction action, Paragraph title, boolean open)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfAction action, PdfString title)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfAction action, PdfString title, boolean open)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfAction action, java.lang.String title)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfAction action, java.lang.String title, boolean open)Constructs aPdfOutline. -
Uses of PdfAction in com.itextpdf.text.pdf.interfaces
Methods in com.itextpdf.text.pdf.interfaces with parameters of type PdfAction Modifier and Type Method Description voidPdfDocumentActions. setAdditionalAction(PdfName actionType, PdfAction action)Additional-actions defining the actions to be taken in response to various trigger events affecting the document as a whole.voidPdfDocumentActions. setOpenAction(PdfAction action)When the document opens thisactionwill be invoked.voidPdfPageActions. setPageAction(PdfName actionType, PdfAction action)Sets the open and close page additional action.
-