Uses of Class
com.lowagie.text.pdf.PdfAction
Packages that use PdfAction
-
Uses of PdfAction in com.lowagie.text
Methods in com.lowagie.text with parameters of type PdfAction -
Uses of PdfAction in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PdfActionModifier and TypeFieldDescriptionprotected PdfActionPdfDocument.anchorActionThe current activePdfActionwhen processing anAnchor.protected PdfActionPdfStamperImp.openActionprotected PdfActionPdfDocument.openActionActionMethods in com.lowagie.text.pdf that return PdfActionModifier and TypeMethodDescriptionstatic PdfActionPdfAction.createHide(PdfAnnotation annot, boolean hide) A Hide action hides or shows an annotation.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) Launches 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.static PdfActionPdfAction.gotoEmbedded(String filename, PdfTargetDictionary target, PdfObject dest, boolean newWindow) Creates a GoToE action to an embedded file.static PdfActionPdfAction.gotoEmbedded(String filename, PdfTargetDictionary target, 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(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.lowagie.text.pdf with parameters of type PdfActionModifier and TypeMethodDescriptionvoidPdfWriter.addJavaScript(PdfAction js) Use this method to add a JavaScript action at the document level.voidPdfWriter.addJavaScript(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.voidAdd a chained action.protected voidPdfCell.processActions(Element element, PdfAction action, ArrayList allActions) Processes all actions contained in the cell.voidvoidImplements 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) voidPdfAnnotation.setAdditionalActions(PdfName key, PdfAction action) booleanFdfWriter.setFieldAsAction(String field, PdfAction action) Sets the field value as aPDFAction.voidPdfStamperImp.setOpenAction(PdfAction action) voidPdfWriter.setOpenAction(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.voidPdfWriter.setPageAction(PdfName actionType, PdfAction action) Constructors in 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).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.lowagie.text.pdf.interfaces
Methods in 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.