Uses of Class
com.aowagie.text.pdf.PdfAction
-
Packages that use PdfAction Package Description com.aowagie.text com.aowagie.text.pdf com.aowagie.text.pdf.interfaces -
-
Uses of PdfAction in com.aowagie.text
Methods in com.aowagie.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.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PdfAction Modifier and Type Field Description private PdfActionPdfOutline. actionThePdfActionfor this outline.protected PdfActionPdfDocument. anchorActionThe current activePdfActionwhen processing anAnchor.private PdfActionPdfStamperImp. openActionprivate PdfActionPdfDocument. openActionActionMethods in com.aowagie.text.pdf that return PdfAction Modifier and Type Method Description private static PdfActionPdfAction. createHide(PdfObject obj, boolean hide)A Hide action hides or shows an object.private PdfActionPdfDocument. getLocalGotoAction(java.lang.String name)private static PdfActionPdfAction. gotoEmbedded(java.lang.String filename, PdfTargetDictionary target, PdfObject dest, boolean newWindow)Creates a GoToE action to an embedded file.(package private) static PdfActionPdfAction. javaScript(java.lang.String code, PdfWriter writer, boolean unicode)Creates a JavaScript action.(package private) static PdfActionPdfAction. rendition(java.lang.String file, PdfFileSpecification fs, java.lang.String mimeType, PdfIndirectReference ref)Creates a Rendition actionMethods in com.aowagie.text.pdf with parameters of type PdfAction Modifier and Type Method Description (package private) voidPdfDocument. addAdditionalAction(PdfName actionType, PdfAction action)(package private) voidPdfDocument. addJavaScript(PdfAction js)(package private) voidPdfDocument. addJavaScript(java.lang.String name, PdfAction js)private voidPdfWriter. addJavaScript(PdfAction js)Use this method to add a JavaScript action at the document level.private voidPdfWriter. addJavaScript(java.lang.String name, PdfAction js)Use this method to add a JavaScript action at the document level.private 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.(package private) voidPdfDocument. 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)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(java.lang.String field, PdfAction action)Sets the field value as aPDFAction.private voidPdfDocument.PdfCatalog. setOpenAction(PdfAction action)Adds an open action to the catalog.(package private) voidPdfDocument. setOpenAction(PdfAction action)voidPdfStamperImp. setOpenAction(PdfAction action)voidPdfWriter. setOpenAction(PdfAction action)(package private) voidPdfDocument. setPageAction(PdfName actionType, 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 PdfAction Constructor Description PdfAnnotation(PdfWriter writer, float llx, float lly, float urx, float ury, PdfAction action)Constructs a newPdfAnnotationof subtype link (Action).PdfChunk(Chunk chunk, PdfAction action)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, java.lang.String title)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfAction action, java.lang.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 PdfAction Modifier and Type Method Description voidPdfDocumentActions. setOpenAction(PdfAction action)When the document opens thisactionwill be invoked.
-