Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfAction
Packages that use PdfAction
Package
Description
-
Uses of PdfAction in com.gitlab.pdftk_java.com.lowagie.text
Methods in com.gitlab.pdftk_java.com.lowagie.text with parameters of type PdfAction -
Uses of PdfAction in com.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfActionModifier and TypeFieldDescriptionprivate PdfActionPdfOutline.actionThePdfActionfor this outline.private PdfActionPdfDocument.currentActionThe current activePdfActionwhen processing anAnchor.protected PdfActionPdfStamperImp.openActionprivate PdfActionPdfDocument.openActionActionMethods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfActionModifier and TypeMethodDescriptionstatic PdfActionPdfAction.createHide(PdfAnnotation annot, boolean hide) A Hide action hides or shows an annotation.(package private) static PdfActionPdfAction.createHide(PdfObject obj, boolean hide) A Hide action hides or shows an object.static PdfActionPdfAction.createHide(Object[] names, boolean hide) A Hide action hides or shows objects.static PdfActionPdfAction.createHide(String name, boolean hide) A Hide action hides or shows an annotation.static PdfActionPdfAction.createImportData(String file) Creates an Import field.static PdfActionPdfAction.createLaunch(String application, String parameters, String operation, String defaultDir) Launchs an application or a document.static PdfActionPdfAction.createResetForm(Object[] names, int flags) Creates a resetform.static PdfActionPdfAction.createSubmitForm(String file, Object[] names, int flags) Creates a submit form.(package private) PdfActionPdfDocument.getLocalGotoAction(String name) static PdfActionPdfAction.gotoLocalPage(int page, PdfDestination dest, PdfWriter writer) Creates a GoTo action to an internal page.static PdfActionPdfAction.gotoLocalPage(String dest, boolean isName) Creates a GoTo action to a named destination.static PdfActionPdfAction.gotoRemotePage(String filename, String dest, boolean isName, boolean newWindow) Creates a GoToR action to a named destination.static PdfActionPdfAction.javaScript(String code, PdfWriter writer) Creates a JavaScript action.static PdfActionPdfAction.javaScript(String code, PdfWriter writer, boolean unicode) Creates a JavaScript action.static PdfActionPdfAction.rendition(String file, PdfFileSpecification fs, String mimeType, PdfIndirectReference ref) Creates a Rendition actionstatic PdfActionPdfAction.setOCGstate(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.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfActionModifier and TypeMethodDescription(package private) voidPdfDocument.addAdditionalAction(PdfName actionType, PdfAction action) (package private) voidPdfDocument.addJavaScript(PdfAction js) voidPdfWriter.addJavaScript(PdfAction js) Adds a JavaScript action at the document level.static PdfAnnotationPdfAnnotation.createLink(PdfWriter writer, Rectangle rect, PdfName highlight, PdfAction action) Creates an Annotation with an Action.voidAdd a chained action.voidvoidImplements an action in an area.(package private) voidImplements an action in an area.voidvoidPdfStamperImp.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.voidPdfWriter.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.voidPdfAnnotation.setAdditionalActions(PdfName key, PdfAction action) (package private) voidPdfDocument.PdfCatalog.setOpenAction(PdfAction action) Sets the viewer preferences as the sum of several constants.(package private) voidPdfDocument.setOpenAction(PdfAction action) voidPdfStamperImp.setOpenAction(PdfAction action) voidPdfWriter.setOpenAction(PdfAction action) When the document opens thisactionwill be invoked.(package private) voidPdfDocument.setPageAction(PdfName actionType, PdfAction action) voidPdfStamper.setPageAction(PdfName actionType, PdfAction action, int page) Sets the open and close page additional action.voidPdfStamperImp.setPageAction(PdfName actionType, PdfAction action) Always throws anUnsupportedOperationException.(package private) voidPdfStamperImp.setPageAction(PdfName actionType, PdfAction action, int page) Sets the open and close page additional action.voidPdfWriter.setPageAction(PdfName actionType, PdfAction action) Sets the open and close page additional action.Constructors in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfActionModifierConstructorDescriptionPdfAnnotation(PdfWriter writer, float llx, float lly, float urx, float ury, PdfAction action) Constructs a newPdfAnnotationof subtype link (Action).(package private)Constructs aPdfChunk-object.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, String title) Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfAction action, String title, boolean open) Constructs aPdfOutline. -
Uses of PdfAction in com.gitlab.pdftk_java.com.lowagie.text.pdf.interfaces
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf.interfaces with parameters of type PdfActionModifier and TypeMethodDescriptionvoidPdfDocumentActions.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.