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 void
PDDocument.assignAppearanceDictionary
(PDAnnotationWidget firstWidget, COSDictionary apDict) private void
PDDocument.assignSignatureRectangle
(PDAnnotationWidget firstWidget, COSDictionary annotDict) private boolean
PDDocument.checkSignatureAnnotation
(List<PDAnnotation> annotations, PDAnnotationWidget widget) Check if the widget already exists in the annotation listprivate void
PDDocument.prepareNonVisibleSignature
(PDAnnotationWidget firstWidget) private void
PDDocument.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 void
PDAcroForm.fillPagesAnnotationMap
(Map<COSDictionary, Set<COSDictionary>> pagesAnnotationsMap, PDPage page, PDAnnotationWidget widget) private String
PDButton.getOnValueForWidget
(PDAnnotationWidget widget) private int
AppearanceGeneratorHelper.getTextAlign
(PDAnnotationWidget widget) private PDDefaultAppearanceString
AppearanceGeneratorHelper.getWidgetDefaultAppearanceString
(PDAnnotationWidget widget) private void
AppearanceGeneratorHelper.initializeAppearanceContent
(PDAnnotationWidget widget, PDAppearanceCharacteristicsDictionary appearanceCharacteristics, PDAppearanceStream appearanceStream) Initialize the content of the appearance stream.private void
AppearanceGeneratorHelper.insertGeneratedAppearance
(PDAnnotationWidget widget, PDAppearanceStream appearanceStream, OutputStream output) Generate and insert text content and clipping around it.private PDAppearanceStream
AppearanceGeneratorHelper.prepareNormalAppearanceStream
(PDAnnotationWidget widget) private PDRectangle
AppearanceGeneratorHelper.resolveBoundingBox
(PDAnnotationWidget fieldWidget, PDAppearanceStream appearanceStream) Resolve the bounding box.private int
AppearanceGeneratorHelper.resolveRotation
(PDAnnotationWidget widget) private void
AppearanceGeneratorHelper.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 TypeMethodDescriptionvoid
PDTerminalField.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 PDAnnotationWidget
WidgetAnnotationValidator.pdWidget
PDFBox 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 boolean
AcroFormValidationProcess.exploreWidgets
(PreflightContext ctx, List<PDAnnotationWidget> widgets) This function explores all fields and their children to validate them.
PDTerminalField.getWidgets()
instead.