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
Fields in com.aowagie.text.pdf declared as PdfActionModifier and TypeFieldDescriptionprivate PdfAction
PdfOutline.action
ThePdfAction
for this outline.protected PdfAction
PdfDocument.anchorAction
The current activePdfAction
when processing anAnchor
.private PdfAction
PdfStamperImp.openAction
private PdfAction
PdfDocument.openActionAction
Methods in com.aowagie.text.pdf that return PdfActionModifier and TypeMethodDescriptionprivate static PdfAction
PdfAction.createHide
(PdfObject obj, boolean hide) A Hide action hides or shows an object.private PdfAction
PdfDocument.getLocalGotoAction
(String name) private static PdfAction
PdfAction.gotoEmbedded
(String filename, PdfTargetDictionary target, PdfObject dest, boolean newWindow) Creates a GoToE action to an embedded file.(package private) static PdfAction
PdfAction.javaScript
(String code, PdfWriter writer, boolean unicode) Creates a JavaScript action.(package private) static PdfAction
PdfAction.rendition
(String file, PdfFileSpecification fs, String mimeType, PdfIndirectReference ref) Creates a Rendition actionMethods in com.aowagie.text.pdf with parameters of type PdfActionModifier and TypeMethodDescription(package private) void
PdfDocument.addAdditionalAction
(PdfName actionType, PdfAction action) (package private) void
PdfDocument.addJavaScript
(PdfAction js) (package private) void
PdfDocument.addJavaScript
(String name, PdfAction js) private void
PdfWriter.addJavaScript
(PdfAction js) Use this method to add a JavaScript action at the document level.private void
PdfWriter.addJavaScript
(String name, PdfAction js) Use this method to add a JavaScript action at the document level.private void
PdfCell.processActions
(Element element, PdfAction action, ArrayList allActions) Processes all actions contained in the cell.void
void
Implements an action in an area.(package private) void
Implements an action in an area.void
void
PdfStamperImp.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.void
PdfWriter.setAdditionalAction
(PdfName actionType, PdfAction action) boolean
FdfWriter.setFieldAsAction
(String field, PdfAction action) Sets the field value as aPDFAction
.private void
PdfDocument.PdfCatalog.setOpenAction
(PdfAction action) Adds an open action to the catalog.(package private) void
PdfDocument.setOpenAction
(PdfAction action) void
PdfStamperImp.setOpenAction
(PdfAction action) void
PdfWriter.setOpenAction
(PdfAction action) (package private) void
PdfDocument.setPageAction
(PdfName actionType, PdfAction action) void
PdfStamperImp.setPageAction
(PdfName actionType, PdfAction action) Always throws anUnsupportedOperationException
.void
PdfWriter.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 newPdfAnnotation
of subtype link (Action).(package private)
Constructs aPdfChunk
-object.PdfFormField
(PdfWriter writer, float llx, float lly, float urx, float ury, PdfAction action) Constructs a newPdfAnnotation
of 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 TypeMethodDescriptionvoid
PdfDocumentActions.setOpenAction
(PdfAction action) When the document opens thisaction
will be invoked.