| Package | Description |
|---|---|
| com.aowagie.text | |
| com.aowagie.text.pdf | |
| com.aowagie.text.pdf.interfaces | |
| com.aowagie.text.pdf.internal |
| Modifier and Type | Method and Description |
|---|---|
Chunk |
Chunk.setAnnotation(PdfAnnotation annotation)
Sets a generic annotation to this
Chunk. |
| Modifier and Type | Class and Description |
|---|---|
class |
PdfFormField
Implements form fields.
|
| Modifier and Type | Method and Description |
|---|---|
static PdfAnnotation |
PdfAnnotation.createScreen(PdfWriter writer,
Rectangle rect,
String clipTitle,
PdfFileSpecification fs,
String mimeType,
boolean playOnDisplay)
Creates a screen PdfAnnotation
|
static PdfAnnotation |
PdfFormField.shallowDuplicate(PdfAnnotation annot) |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfWriter.addAnnotation(PdfAnnotation annot) |
void |
PdfStamperImp.addAnnotation(PdfAnnotation annot) |
void |
PdfStamper.addAnnotation(PdfAnnotation annot,
int page)
Adds an annotation of form field in a specific page.
|
void |
PdfAnnotation.setPopup(PdfAnnotation popup) |
static PdfAnnotation |
PdfFormField.shallowDuplicate(PdfAnnotation annot) |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfAnnotations.addAnnotation(PdfAnnotation annot)
Use this methods to add a
PdfAnnotation or a PdfFormField
to the document. |
| Modifier and Type | Method and Description |
|---|---|
static PdfAnnotation |
PdfAnnotationsImp.convertAnnotation(PdfWriter writer,
Annotation annot,
Rectangle defaultRect) |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfAnnotationsImp.addAnnotation(PdfAnnotation annot) |
void |
PdfAnnotationsImp.addPlainAnnotation(PdfAnnotation annot) |
Copyright © 2021. All rights reserved.