Uses of Class
com.aowagie.text.pdf.PdfAction
Packages that use PdfAction
-
Uses of PdfAction in com.aowagie.text
Methods in com.aowagie.text with parameters of type PdfAction -
Uses of PdfAction in com.aowagie.text.pdf
Methods in com.aowagie.text.pdf with parameters of type PdfActionModifier and TypeMethodDescriptionvoidvoidImplements an action in an area.voidPdfStamperImp.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) booleanFdfWriter.setFieldAsAction(String field, PdfAction action) Sets the field value as aPDFAction.voidPdfStamperImp.setOpenAction(PdfAction action) voidPdfWriter.setOpenAction(PdfAction action) voidPdfStamperImp.setPageAction(PdfName actionType, PdfAction action) Always throws anUnsupportedOperationException.voidPdfWriter.setPageAction(PdfName actionType, PdfAction action) Constructors in com.aowagie.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.aowagie.text.pdf.interfaces
Methods in com.aowagie.text.pdf.interfaces with parameters of type PdfActionModifier and TypeMethodDescriptionvoidPdfDocumentActions.setOpenAction(PdfAction action) When the document opens thisactionwill be invoked.