Uses of Class
com.itextpdf.kernel.pdf.annot.PdfWidgetAnnotation
-
Uses of PdfWidgetAnnotation in com.itextpdf.forms.fields
Modifier and TypeMethodDescriptionPdfFormAnnotation.getWidget()
GetsPdfWidgetAnnotation
that this form field refers to.Modifier and TypeMethodDescriptionPdfFormField.getWidgets()
Gets allPdfWidgetAnnotation
that its children refer to.Modifier and TypeMethodDescriptionPdfFormField.addKid
(PdfWidgetAnnotation kid) Adds a new kid to theKids
array property from aPdfWidgetAnnotation
.static PdfButtonFormField
PdfFormCreator.createButtonFormField
(PdfWidgetAnnotation widget, PdfDocument document) Creates a button form field as a parent of aPdfWidgetAnnotation
using provided factory.PdfFormFactory.createButtonFormField
(PdfWidgetAnnotation widget, PdfDocument document) Creates a button form field as a parent of aPdfWidgetAnnotation
.static PdfChoiceFormField
PdfFormCreator.createChoiceFormField
(PdfWidgetAnnotation widget, PdfDocument document) Creates a choice form field as a parent of aPdfWidgetAnnotation
using provided factory.PdfFormFactory.createChoiceFormField
(PdfWidgetAnnotation widget, PdfDocument document) Creates a choice form field as a parent of aPdfWidgetAnnotation
.static PdfFormAnnotation
PdfFormCreator.createFormAnnotation
(PdfWidgetAnnotation widget, PdfDocument document) Creates a form field annotation as a wrapper of aPdfWidgetAnnotation
using provided factory.PdfFormFactory.createFormAnnotation
(PdfWidgetAnnotation widget, PdfDocument document) Creates a form field annotation as a wrapper of aPdfWidgetAnnotation
.static PdfFormField
PdfFormCreator.createFormField
(PdfWidgetAnnotation widget, PdfDocument document) Creates a form field as a parent of aPdfWidgetAnnotation
using provided factory.PdfFormFactory.createFormField
(PdfWidgetAnnotation widget, PdfDocument document) Creates a form field as a parent of aPdfWidgetAnnotation
.static PdfSignatureFormField
PdfFormCreator.createSignatureFormField
(PdfWidgetAnnotation widget, PdfDocument document) Creates a signature form field as a parent of aPdfWidgetAnnotation
using provided factory.PdfFormFactory.createSignatureFormField
(PdfWidgetAnnotation widget, PdfDocument document) Creates a signature form field as a parent of aPdfWidgetAnnotation
.static PdfTextFormField
PdfFormCreator.createTextFormField
(PdfWidgetAnnotation widget, PdfDocument document) Creates a text form field as a parent of aPdfWidgetAnnotation
using provided factory.PdfFormFactory.createTextFormField
(PdfWidgetAnnotation widget, PdfDocument document) Creates a text form field as a parent of aPdfWidgetAnnotation
.ModifierConstructorDescriptionprotected
PdfButtonFormField
(PdfWidgetAnnotation widget, PdfDocument pdfDocument) protected
PdfChoiceFormField
(PdfWidgetAnnotation widget, PdfDocument pdfDocument) protected
PdfFormAnnotation
(PdfWidgetAnnotation widget, PdfDocument pdfDocument) Creates a form field annotation as a wrapper of aPdfWidgetAnnotation
.protected
PdfFormField
(PdfWidgetAnnotation widget, PdfDocument pdfDocument) Creates a form field as a parent of aPdfWidgetAnnotation
.protected
PdfSignatureFormField
(PdfWidgetAnnotation widget, PdfDocument pdfDocument) protected
PdfTextFormField
(PdfWidgetAnnotation widget, PdfDocument pdfDocument) -
Uses of PdfWidgetAnnotation in com.itextpdf.kernel.pdf.annot
Modifier and TypeMethodDescriptionSets aPdfAction
to this annotation which will be performed when the annotation is activated.PdfWidgetAnnotation.setAdditionalAction
(PdfName key, PdfAction action) Sets an additionalPdfAction
to this annotation which will be performed in response to the specific trigger event defined bykey
.PdfWidgetAnnotation.setAppearanceCharacteristics
(PdfDictionary characteristics) Sets an appearance characteristics dictionary containing additional information for constructing the annotation’s appearance stream.PdfWidgetAnnotation.setBorderStyle
(PdfDictionary borderStyle) Sets border style dictionary that has more settings than the array specified for the Border entry (PdfAnnotation.getBorder()
).PdfWidgetAnnotation.setBorderStyle
(PdfName style) Setter for the annotation's preset border style.PdfWidgetAnnotation.setDashPattern
(PdfArray dashPattern) Setter for the annotation's preset dashed border style.PdfWidgetAnnotation.setHighlightMode
(PdfName mode) Setter for the annotation's highlighting mode.PdfWidgetAnnotation.setVisibility
(int visibility) Set the visibility flags of the Widget annotation Options are: HIDDEN, HIDDEN_BUT_PRINTABLE, VISIBLE, VISIBLE_BUT_DOES_NOT_PRINT -
Uses of PdfWidgetAnnotation in com.itextpdf.signatures
Modifier and TypeMethodDescriptionprotected 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.