Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationWidget
Packages that use PDAnnotationWidget
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
-
Uses of PDAnnotationWidget in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel with parameters of type PDAnnotationWidgetModifier and TypeMethodDescriptionprivate voidPDDocument.assignAppearanceDictionary(PDAnnotationWidget firstWidget, COSDictionary apDict) private voidPDDocument.assignSignatureRectangle(PDAnnotationWidget firstWidget, COSDictionary annotDict) private booleanPDDocument.checkSignatureAnnotation(List<PDAnnotation> annotations, PDAnnotationWidget widget) Check if the widget already exists in the annotation listprivate voidPDDocument.prepareNonVisibleSignature(PDAnnotationWidget firstWidget) private voidPDDocument.prepareVisibleSignature(PDAnnotationWidget firstWidget, PDAcroForm acroForm, COSDocument visualSignature) -
Uses of PDAnnotationWidget in org.apache.pdfbox.pdmodel.interactive.form
Methods in org.apache.pdfbox.pdmodel.interactive.form that return PDAnnotationWidgetMethods in org.apache.pdfbox.pdmodel.interactive.form that return types with arguments of type PDAnnotationWidgetModifier and TypeMethodDescriptionabstract List<PDAnnotationWidget>PDField.getWidgets()Returns the widget annotations associated with this field.PDNonTerminalField.getWidgets()PDTerminalField.getWidgets()Returns the widget annotations associated with this field.Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDAnnotationWidgetModifier and TypeMethodDescriptionprivate voidPDAcroForm.fillPagesAnnotationMap(Map<COSDictionary, Set<COSDictionary>> pagesAnnotationsMap, PDPage page, PDAnnotationWidget widget) private StringPDButton.getOnValueForWidget(PDAnnotationWidget widget) private intAppearanceGeneratorHelper.getTextAlign(PDAnnotationWidget widget) private PDDefaultAppearanceStringAppearanceGeneratorHelper.getWidgetDefaultAppearanceString(PDAnnotationWidget widget) private voidAppearanceGeneratorHelper.initializeAppearanceContent(PDAnnotationWidget widget, PDAppearanceCharacteristicsDictionary appearanceCharacteristics, PDAppearanceStream appearanceStream) Initialize the content of the appearance stream.private voidAppearanceGeneratorHelper.insertGeneratedAppearance(PDAnnotationWidget widget, PDAppearanceStream appearanceStream, OutputStream output) Generate and insert text content and clipping around it.private PDAppearanceStreamAppearanceGeneratorHelper.prepareNormalAppearanceStream(PDAnnotationWidget widget) private PDRectangleAppearanceGeneratorHelper.resolveBoundingBox(PDAnnotationWidget fieldWidget, PDAppearanceStream appearanceStream) Resolve the bounding box.private intAppearanceGeneratorHelper.resolveRotation(PDAnnotationWidget widget) private voidAppearanceGeneratorHelper.setAppearanceContent(PDAnnotationWidget widget, PDAppearanceStream appearanceStream) Constructs and sets new contents for given appearance stream.Method parameters in org.apache.pdfbox.pdmodel.interactive.form with type arguments of type PDAnnotationWidgetModifier and TypeMethodDescriptionvoidPDTerminalField.setWidgets(List<PDAnnotationWidget> children) Sets the field's widget annotations. -
Uses of PDAnnotationWidget in org.apache.pdfbox.preflight.annotation
Fields in org.apache.pdfbox.preflight.annotation declared as PDAnnotationWidgetModifier and TypeFieldDescriptionprotected PDAnnotationWidgetWidgetAnnotationValidator.pdWidgetPDFBox object which wraps the annotation dictionary -
Uses of PDAnnotationWidget in org.apache.pdfbox.preflight.process
Method parameters in org.apache.pdfbox.preflight.process with type arguments of type PDAnnotationWidgetModifier and TypeMethodDescriptionprotected booleanAcroFormValidationProcess.exploreWidgets(PreflightContext ctx, List<PDAnnotationWidget> widgets) This function explores all fields and their children to validate them.
PDTerminalField.getWidgets()instead.