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.fixup.processor 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 boolean
PDDocument. checkSignatureAnnotation(java.util.List<PDAnnotation> annotations, PDAnnotationWidget widget)
Check if the widget already exists in the annotation list -
Uses of PDAnnotationWidget in org.apache.pdfbox.pdmodel.fixup.processor
Methods in org.apache.pdfbox.pdmodel.fixup.processor with parameters of type PDAnnotationWidget Modifier and Type Method Description private PDField
AcroFormOrphanWidgetsProcessor. resolveNonRootField(PDAcroForm acroForm, PDAnnotationWidget widget, java.util.Map<java.lang.String,PDField> nonTerminalFieldsMap)
-
Uses of PDAnnotationWidget in org.apache.pdfbox.pdmodel.interactive.form
Methods in org.apache.pdfbox.pdmodel.interactive.form that return PDAnnotationWidget Modifier and Type Method Description PDAnnotationWidget
PDTerminalField. getWidget()
Deprecated.Fields may have more than one widget, callPDTerminalField.getWidgets()
instead.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 void
PDAcroForm. fillPagesAnnotationMap(java.util.Map<COSDictionary,java.util.Set<COSDictionary>> pagesAnnotationsMap, PDPage page, PDAnnotationWidget widget)
private java.lang.String
PDButton. getOnValueForWidget(PDAnnotationWidget widget)
private int
AppearanceGeneratorHelper. getTextAlign(PDAnnotationWidget widget)
private PDDefaultAppearanceString
AppearanceGeneratorHelper. getWidgetDefaultAppearanceString(PDAnnotationWidget widget)
private void
AppearanceGeneratorHelper. initializeAppearanceContent(PDAnnotationWidget widget, PDAppearanceStream appearanceStream)
Initialize the content of the appearance stream.private void
AppearanceGeneratorHelper. insertGeneratedAppearance(PDAnnotationWidget widget, PDAppearanceStream appearanceStream, java.io.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 PDAnnotationWidget Modifier and Type Method Description void
PDTerminalField. 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 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 PDAnnotationWidget Modifier and Type Method Description protected boolean
AcroFormValidationProcess. exploreWidgets(PreflightContext ctx, java.util.List<PDAnnotationWidget> widgets)
This function explores all fields and their children to validate them.
-