Uses of Class
com.itextpdf.kernel.pdf.annot.PdfWidgetAnnotation
-
Packages that use PdfWidgetAnnotation Package Description com.itextpdf.forms.fields com.itextpdf.kernel.pdf.annot com.itextpdf.signatures -
-
Uses of PdfWidgetAnnotation in com.itextpdf.forms.fields
Methods in com.itextpdf.forms.fields that return PdfWidgetAnnotation Modifier and Type Method Description PdfWidgetAnnotationPdfFormAnnotation. getWidget()GetsPdfWidgetAnnotationthat this form field refers to.Methods in com.itextpdf.forms.fields that return types with arguments of type PdfWidgetAnnotation Modifier and Type Method Description java.util.List<PdfWidgetAnnotation>PdfFormField. getWidgets()Gets allPdfWidgetAnnotationthat its children refer to.Methods in com.itextpdf.forms.fields with parameters of type PdfWidgetAnnotation Modifier and Type Method Description PdfFormFieldPdfFormField. addKid(PdfWidgetAnnotation kid)Adds a new kid to theKidsarray property from aPdfWidgetAnnotation.static PdfButtonFormFieldPdfFormCreator. createButtonFormField(PdfWidgetAnnotation widget, PdfDocument document)Creates a button form field as a parent of aPdfWidgetAnnotationusing provided factory.PdfButtonFormFieldPdfFormFactory. createButtonFormField(PdfWidgetAnnotation widget, PdfDocument document)Creates a button form field as a parent of aPdfWidgetAnnotation.static PdfChoiceFormFieldPdfFormCreator. createChoiceFormField(PdfWidgetAnnotation widget, PdfDocument document)Creates a choice form field as a parent of aPdfWidgetAnnotationusing provided factory.PdfChoiceFormFieldPdfFormFactory. createChoiceFormField(PdfWidgetAnnotation widget, PdfDocument document)Creates a choice form field as a parent of aPdfWidgetAnnotation.static PdfFormAnnotationPdfFormCreator. createFormAnnotation(PdfWidgetAnnotation widget, PdfDocument document)Creates a form field annotation as a wrapper of aPdfWidgetAnnotationusing provided factory.PdfFormAnnotationPdfFormFactory. createFormAnnotation(PdfWidgetAnnotation widget, PdfDocument document)Creates a form field annotation as a wrapper of aPdfWidgetAnnotation.static PdfFormFieldPdfFormCreator. createFormField(PdfWidgetAnnotation widget, PdfDocument document)Creates a form field as a parent of aPdfWidgetAnnotationusing provided factory.PdfFormFieldPdfFormFactory. createFormField(PdfWidgetAnnotation widget, PdfDocument document)Creates a form field as a parent of aPdfWidgetAnnotation.static PdfSignatureFormFieldPdfFormCreator. createSignatureFormField(PdfWidgetAnnotation widget, PdfDocument document)Creates a signature form field as a parent of aPdfWidgetAnnotationusing provided factory.PdfSignatureFormFieldPdfFormFactory. createSignatureFormField(PdfWidgetAnnotation widget, PdfDocument document)Creates a signature form field as a parent of aPdfWidgetAnnotation.static PdfTextFormFieldPdfFormCreator. createTextFormField(PdfWidgetAnnotation widget, PdfDocument document)Creates a text form field as a parent of aPdfWidgetAnnotationusing provided factory.PdfTextFormFieldPdfFormFactory. createTextFormField(PdfWidgetAnnotation widget, PdfDocument document)Creates a text form field as a parent of aPdfWidgetAnnotation.Constructors in com.itextpdf.forms.fields with parameters of type PdfWidgetAnnotation Constructor Description PdfButtonFormField(PdfWidgetAnnotation widget, PdfDocument pdfDocument)Creates a button form field as a parent of aPdfWidgetAnnotation.PdfChoiceFormField(PdfWidgetAnnotation widget, PdfDocument pdfDocument)Creates a choice form field as a parent of aPdfWidgetAnnotation.PdfFormAnnotation(PdfWidgetAnnotation widget, PdfDocument pdfDocument)Creates a form field annotation as a wrapper of aPdfWidgetAnnotation.PdfFormField(PdfWidgetAnnotation widget, PdfDocument pdfDocument)Creates a form field as a parent of aPdfWidgetAnnotation.PdfSignatureFormField(PdfWidgetAnnotation widget, PdfDocument pdfDocument)Creates a signature form field as a parent of aPdfWidgetAnnotation.PdfTextFormField(PdfWidgetAnnotation widget, PdfDocument pdfDocument)Creates a text form field as a parent of aPdfWidgetAnnotation. -
Uses of PdfWidgetAnnotation in com.itextpdf.kernel.pdf.annot
Methods in com.itextpdf.kernel.pdf.annot that return PdfWidgetAnnotation Modifier and Type Method Description PdfWidgetAnnotationPdfWidgetAnnotation. setAction(PdfAction action)Sets aPdfActionto this annotation which will be performed when the annotation is activated.PdfWidgetAnnotationPdfWidgetAnnotation. setAdditionalAction(PdfName key, PdfAction action)Sets an additionalPdfActionto this annotation which will be performed in response to the specific trigger event defined bykey.PdfWidgetAnnotationPdfWidgetAnnotation. setAppearanceCharacteristics(PdfDictionary characteristics)Sets an appearance characteristics dictionary containing additional information for constructing the annotation’s appearance stream.PdfWidgetAnnotationPdfWidgetAnnotation. setBorderStyle(PdfDictionary borderStyle)Sets border style dictionary that has more settings than the array specified for the Border entry (PdfAnnotation.getBorder()).PdfWidgetAnnotationPdfWidgetAnnotation. setBorderStyle(PdfName style)Setter for the annotation's preset border style.PdfWidgetAnnotationPdfWidgetAnnotation. setDashPattern(PdfArray dashPattern)Setter for the annotation's preset dashed border style.PdfWidgetAnnotationPdfWidgetAnnotation. setHighlightMode(PdfName mode)Setter for the annotation's highlighting mode.PdfWidgetAnnotationPdfWidgetAnnotation. setParent(PdfObject parent)PdfWidgetAnnotationPdfWidgetAnnotation. 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
Methods in com.itextpdf.signatures with parameters of type PdfWidgetAnnotation Modifier and Type Method Description protected intPdfSigner. getWidgetPageNumber(PdfWidgetAnnotation widget)Get the page number associated to the provided widget.protected RectanglePdfSigner. getWidgetRectangle(PdfWidgetAnnotation widget)Get the rectangle associated to the provided widget.
-