| Package | Description |
|---|---|
| com.aowagie.text | |
| com.aowagie.text.pdf | |
| com.aowagie.text.pdf.interfaces |
| Modifier and Type | Method and Description |
|---|---|
Chunk |
Chunk.setAction(PdfAction action)
Sets an action for this
Chunk. |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfAnnotation.setAction(PdfAction action) |
void |
PdfContentByte.setAction(PdfAction action,
float llx,
float lly,
float urx,
float ury)
Implements an action in an area.
|
void |
PdfWriter.setAdditionalAction(PdfName actionType,
PdfAction action) |
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.
|
boolean |
FdfWriter.setFieldAsAction(String field,
PdfAction action)
Sets the field value as a
PDFAction. |
void |
PdfWriter.setOpenAction(PdfAction action) |
void |
PdfStamperImp.setOpenAction(PdfAction action) |
void |
PdfWriter.setPageAction(PdfName actionType,
PdfAction action) |
void |
PdfStamperImp.setPageAction(PdfName actionType,
PdfAction action)
Always throws an
UnsupportedOperationException. |
| Constructor and Description |
|---|
PdfAnnotation(PdfWriter writer,
float llx,
float lly,
float urx,
float ury,
PdfAction action)
Constructs a new
PdfAnnotation of subtype link (Action). |
PdfFormField(PdfWriter writer,
float llx,
float lly,
float urx,
float ury,
PdfAction action)
Constructs a new
PdfAnnotation of subtype link (Action). |
PdfOutline(PdfOutline parent,
PdfAction action,
Paragraph title)
Constructs a
PdfOutline. |
PdfOutline(PdfOutline parent,
PdfAction action,
Paragraph title,
boolean open)
Constructs a
PdfOutline. |
PdfOutline(PdfOutline parent,
PdfAction action,
PdfString title)
Constructs a
PdfOutline. |
PdfOutline(PdfOutline parent,
PdfAction action,
PdfString title,
boolean open)
Constructs a
PdfOutline. |
PdfOutline(PdfOutline parent,
PdfAction action,
String title)
Constructs a
PdfOutline. |
PdfOutline(PdfOutline parent,
PdfAction action,
String title,
boolean open)
Constructs a
PdfOutline. |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfDocumentActions.setOpenAction(PdfAction action)
When the document opens this
action will be
invoked. |
Copyright © 2021. All rights reserved.