Package | Description |
---|---|
com.itextpdf.forms.fields | |
com.itextpdf.kernel.pdf.annot | |
com.itextpdf.signatures |
Modifier and Type | Method and Description |
---|---|
List<PdfWidgetAnnotation> |
PdfFormField.getWidgets()
Gets all PdfWidgetAnnotation that this form field and its kids refer to.
|
Modifier and Type | Method and Description |
---|---|
PdfFormField |
PdfFormField.addKid(PdfWidgetAnnotation kid)
Adds a new kid to the Kids array property from a PdfWidgetAnnotation .
|
Constructor and Description |
---|
PdfButtonFormField(PdfWidgetAnnotation widget, PdfDocument pdfDocument) |
PdfChoiceFormField(PdfWidgetAnnotation widget, PdfDocument pdfDocument) |
PdfFormField(PdfWidgetAnnotation widget, PdfDocument pdfDocument)
Creates a form field as a parent of a PdfWidgetAnnotation .
|
PdfSignatureFormField(PdfWidgetAnnotation widget, PdfDocument pdfDocument) |
PdfTextFormField(PdfWidgetAnnotation widget, PdfDocument pdfDocument) |
Modifier and Type | Method and Description |
---|---|
PdfWidgetAnnotation |
PdfWidgetAnnotation.setHighlightMode(PdfName mode)
Setter for the annotation's highlighting mode.
|
PdfWidgetAnnotation |
PdfWidgetAnnotation.setParent(PdfObject parent) |
PdfWidgetAnnotation |
PdfWidgetAnnotation.setVisibility(int visibility)
Set the visibility flags of the Widget annotation Options are: HIDDEN, HIDDEN_BUT_PRINTABLE, VISIBLE, VISIBLE_BUT_DOES_NOT_PRINT
|
Modifier and Type | Method and Description |
---|---|
protected int |
PdfSigner.getWidgetPageNumber(PdfWidgetAnnotation widget)
Get the page number associated to the provided widget.
|
protected Rectangle |
PdfSigner.getWidgetRectangle(PdfWidgetAnnotation widget)
Get the rectangle associated to the provided widget.
|
Copyright © 1998–2017 iText Group NV. All rights reserved.