Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationWidget
-
Packages that use PDAnnotationWidget Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.interactive.form The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".org.apache.pdfbox.preflight.annotation org.apache.pdfbox.preflight.process -
-
Uses of PDAnnotationWidget in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel with parameters of type PDAnnotationWidget Modifier and Type Method Description private voidPDDocument. assignAppearanceDictionary(PDAnnotationWidget firstWidget, COSDictionary apDict)private voidPDDocument. assignSignatureRectangle(PDAnnotationWidget firstWidget, COSDictionary annotDict)private booleanPDDocument. checkSignatureAnnotation(java.util.List<PDAnnotation> annotations, PDAnnotationWidget widget)Check if the widget already exists in the annotation list.private 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 types with arguments of type PDAnnotationWidget Modifier and Type Method Description abstract java.util.List<PDAnnotationWidget>PDField. getWidgets()Returns the widget annotations associated with this field.java.util.List<PDAnnotationWidget>PDNonTerminalField. getWidgets()java.util.List<PDAnnotationWidget>PDTerminalField. getWidgets()Returns the widget annotations associated with this field.Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDAnnotationWidget Modifier and Type Method Description private voidPDAcroForm. fillPagesAnnotationMap(java.util.Map<COSDictionary,java.util.Set<COSDictionary>> pagesAnnotationsMap, PDPage page, PDAnnotationWidget widget)private java.lang.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, java.io.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 PDAnnotationWidget Modifier and Type Method Description voidPDTerminalField. setWidgets(java.util.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 PDAnnotationWidget Modifier and Type Field Description protected 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 PDAnnotationWidget Modifier and Type Method Description protected booleanAcroFormValidationProcess. exploreWidgets(PreflightContext ctx, java.util.List<PDAnnotationWidget> widgets)This function explores all fields and their children to validate them.
-