Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfAction
-
Packages that use PdfAction Package Description com.gitlab.pdftk_java.com.lowagie.text com.gitlab.pdftk_java.com.lowagie.text.pdf com.gitlab.pdftk_java.com.lowagie.text.pdf.interfaces -
-
Uses of PdfAction in com.gitlab.pdftk_java.com.lowagie.text
Methods in com.gitlab.pdftk_java.com.lowagie.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.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfAction Modifier and Type Field Description private PdfAction
PdfOutline. action
ThePdfAction
for this outline.private PdfAction
PdfDocument. currentAction
The current activePdfAction
when processing anAnchor
.protected PdfAction
PdfStamperImp. openAction
private PdfAction
PdfDocument. openActionAction
Methods in com.gitlab.pdftk_java.com.lowagie.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)
Launchs 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. 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 state, boolean preserveRB)
A set-OCG-state action (PDF 1.5) sets the state of one or more optional content groups.Methods in com.gitlab.pdftk_java.com.lowagie.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)
void
PdfWriter. addJavaScript(PdfAction js)
Adds a JavaScript action at the document level.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)
Additional-actions defining the actions to be taken in response to various trigger events affecting the document as a whole.void
PdfAnnotation. setAdditionalActions(PdfName key, PdfAction action)
(package private) void
PdfDocument.PdfCatalog. setOpenAction(PdfAction action)
Sets the viewer preferences as the sum of several constants.(package private) void
PdfDocument. setOpenAction(PdfAction action)
void
PdfStamperImp. setOpenAction(PdfAction action)
void
PdfWriter. setOpenAction(PdfAction action)
When the document opens thisaction
will be invoked.(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)
Sets the open and close page additional action.Constructors in com.gitlab.pdftk_java.com.lowagie.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.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.gitlab.pdftk_java.com.lowagie.text.pdf.interfaces
Methods in com.gitlab.pdftk_java.com.lowagie.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.
-