Uses of Class
com.itextpdf.text.pdf.PdfAction
-
Packages that use PdfAction Package Description com.itextpdf.text com.itextpdf.text.pdf com.itextpdf.text.pdf.interfaces com.itextpdf.text.pdf.richmedia -
-
Uses of PdfAction in com.itextpdf.text
Methods in com.itextpdf.text with parameters of type PdfAction Modifier and Type Method Description Chunk
Chunk. setAction(PdfAction action)
Sets an action for thisChunk
. -
Uses of PdfAction in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfAction Modifier and Type Field Description PdfAction
PdfDocument.Destination. action
private PdfAction
PdfOutline. action
ThePdfAction
for this outline.protected PdfAction
PdfDocument. anchorAction
The current activePdfAction
when processing anAnchor
.protected PdfAction
PdfStamperImp. openAction
protected PdfAction
PdfDocument. openActionAction
Methods in com.itextpdf.text.pdf that return PdfAction Modifier and Type Method Description static PdfAction
PdfAction. createHide(PdfAnnotation annot, boolean hide)
A Hide action hides or shows an annotation.(package private) static PdfAction
PdfAction. createHide(PdfObject obj, boolean hide)
A Hide action hides or shows an object.static PdfAction
PdfAction. createHide(java.lang.Object[] names, boolean hide)
A Hide action hides or shows objects.static PdfAction
PdfAction. createHide(java.lang.String name, boolean hide)
A Hide action hides or shows an annotation.static PdfAction
PdfAction. createImportData(java.lang.String file)
Creates an Import field.static PdfAction
PdfAction. createLaunch(java.lang.String application, java.lang.String parameters, java.lang.String operation, java.lang.String defaultDir)
Launches an application or a document.static PdfAction
PdfAction. createResetForm(java.lang.Object[] names, int flags)
Creates a resetform.static PdfAction
PdfAction. createSubmitForm(java.lang.String file, java.lang.Object[] names, int flags)
Creates a submit form.(package private) PdfAction
PdfDocument. getLocalGotoAction(java.lang.String name)
static PdfAction
PdfAction. gotoEmbedded(java.lang.String filename, PdfTargetDictionary target, PdfObject dest, boolean newWindow)
Creates a GoToE action to an embedded file.static PdfAction
PdfAction. gotoEmbedded(java.lang.String filename, PdfTargetDictionary target, java.lang.String dest, boolean isName, boolean newWindow)
Creates a GoToE action to an embedded file.static PdfAction
PdfAction. gotoLocalPage(int page, PdfDestination dest, PdfWriter writer)
Creates a GoTo action to an internal page.static PdfAction
PdfAction. gotoLocalPage(java.lang.String dest, boolean isName)
Creates a GoTo action to a named destination.static PdfAction
PdfAction. gotoRemotePage(java.lang.String filename, java.lang.String dest, boolean isName, boolean newWindow)
Creates a GoToR action to a named destination.static PdfAction
PdfAction. javaScript(java.lang.String code, PdfWriter writer)
Creates a JavaScript action.static PdfAction
PdfAction. javaScript(java.lang.String code, PdfWriter writer, boolean unicode)
Creates a JavaScript action.static PdfAction
PdfAction. rendition(java.lang.String file, PdfFileSpecification fs, java.lang.String mimeType, PdfIndirectReference ref)
Creates a Rendition actionstatic PdfAction
PdfAction. setOCGstate(java.util.ArrayList<java.lang.Object> state, boolean preserveRB)
A set-OCG-state action (PDF 1.5) sets the state of one or more optional content groups.Methods in com.itextpdf.text.pdf with parameters of type PdfAction Modifier and Type Method Description (package private) void
PdfDocument. addAdditionalAction(PdfName actionType, PdfAction action)
(package private) void
PdfDocument. addJavaScript(PdfAction js)
(package private) void
PdfDocument. addJavaScript(java.lang.String name, PdfAction js)
void
PdfWriter. addJavaScript(PdfAction js)
Use this method to add a JavaScript action at the document level.void
PdfWriter. addJavaScript(java.lang.String name, PdfAction js)
Use this method to add a JavaScript action at the document level.PdfAnnotation
PdfAStamperImp. createAnnotation(float llx, float lly, float urx, float ury, PdfAction action, PdfName subtype)
PdfAnnotation
PdfAWriter. createAnnotation(float llx, float lly, float urx, float ury, PdfAction action, PdfName subtype)
PdfAnnotation
PdfWriter. createAnnotation(float llx, float lly, float urx, float ury, PdfAction action, PdfName subtype)
A wrapper around PdfAnnotation constructor.static PdfAnnotation
PdfAnnotation. createLink(PdfWriter writer, Rectangle rect, PdfName highlight, PdfAction action)
Creates an Annotation with an Action.void
PdfAction. next(PdfAction na)
Add a chained action.void
PdfAnnotation. setAction(PdfAction action)
void
PdfContentByte. setAction(PdfAction action, float llx, float lly, float urx, float ury)
Implements an action in an area.(package private) void
PdfDocument. setAction(PdfAction action, float llx, float lly, float urx, float ury)
Implements an action in an area.void
StampContent. setAction(PdfAction action, float llx, float lly, float urx, float ury)
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)
void
PdfAnnotation. setAdditionalActions(PdfName key, PdfAction action)
boolean
FdfWriter. setFieldAsAction(java.lang.String field, PdfAction action)
Sets the field value as aPDFAction
.(package 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
PdfStamper. setPageAction(PdfName actionType, PdfAction action, int page)
Sets the open and close page additional action.void
PdfStamperImp. setPageAction(PdfName actionType, PdfAction action)
Always throws anUnsupportedOperationException
.(package private) void
PdfStamperImp. setPageAction(PdfName actionType, PdfAction action, int page)
Sets the open and close page additional action.void
PdfWriter. setPageAction(PdfName actionType, PdfAction action)
Constructors in com.itextpdf.text.pdf with parameters of type PdfAction Constructor Description PdfAnnotation(PdfWriter writer, float llx, float lly, float urx, float ury, PdfAction action)
Constructs a newPdfAnnotation
of subtype link (Action).PdfChunk(Chunk chunk, PdfAction action)
Constructs aPdfChunk
-object.PdfChunk(Chunk chunk, PdfAction action, TabSettings tabSettings)
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, java.lang.String title)
Constructs aPdfOutline
.PdfOutline(PdfOutline parent, PdfAction action, java.lang.String title, boolean open)
Constructs aPdfOutline
. -
Uses of PdfAction in com.itextpdf.text.pdf.interfaces
Methods in com.itextpdf.text.pdf.interfaces with parameters of type PdfAction Modifier and Type Method Description void
PdfDocumentActions. 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
PdfDocumentActions. setOpenAction(PdfAction action)
When the document opens thisaction
will be invoked.void
PdfPageActions. setPageAction(PdfName actionType, PdfAction action)
Sets the open and close page additional action. -
Uses of PdfAction in com.itextpdf.text.pdf.richmedia
Subclasses of PdfAction in com.itextpdf.text.pdf.richmedia Modifier and Type Class Description class
RichMediaExecuteAction
A rich-media-execute action identifies a rich media annotation and specifies a command to be sent to that annotation's handler.
-