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.setAction(PdfAction action)
Sets a PdfAction to this annotation which will be performed when the annotation is activated.
|
PdfWidgetAnnotation |
PdfWidgetAnnotation.setAdditionalAction(PdfName key, PdfAction action)
Sets an additional PdfAction to this annotation which will be performed in response to the specific trigger event defined by key .
|
PdfWidgetAnnotation |
PdfWidgetAnnotation.setAppearanceCharacteristics(PdfDictionary characteristics)
Sets an appearance characteristics dictionary containing additional information for constructing the annotation’s appearance stream.
|
PdfWidgetAnnotation |
PdfWidgetAnnotation.setBorderStyle(PdfDictionary borderStyle)
Sets border style dictionary that has more settings than the array specified for the Border entry ( PdfAnnotation.getBorder() ).
|
PdfWidgetAnnotation |
PdfWidgetAnnotation.setBorderStyle(PdfName style)
Setter for the annotation's preset border style.
|
PdfWidgetAnnotation |
PdfWidgetAnnotation.setDashPattern(PdfArray dashPattern)
Setter for the annotation's preset dashed border style.
|
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–2023 iText Group NV. All rights reserved.