Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotation
Packages that use PDAnnotation
Package
Description
This package contains provides classes for working with content streams.
The PDModel package represents a high level API for creating and manipulating PDF documents.
The logical structure package provides a mechanism for incorporating
structural information about a document's content into a PDF file.
The annotation package contains classes that work with PDF annotation elements.
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
-
Uses of PDAnnotation in org.apache.pdfbox.contentstream
Methods in org.apache.pdfbox.contentstream with parameters of type PDAnnotationModifier and TypeMethodDescriptionPDFStreamEngine.getAppearance(PDAnnotation annotation) Returns the appearance stream to process for the given annotation.protected voidPDFStreamEngine.processAnnotation(PDAnnotation annotation, PDAppearanceStream appearance) Process the given annotation with the specified appearance stream.voidPDFStreamEngine.showAnnotation(PDAnnotation annotation) Shows the given annotation. -
Uses of PDAnnotation in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return types with arguments of type PDAnnotationModifier and TypeMethodDescriptionPDPage.getAnnotations()This will return a list of the annotations for this page.PDPage.getAnnotations(AnnotationFilter annotationFilter) This will return a list of the annotations for this page.Method parameters in org.apache.pdfbox.pdmodel with type arguments of type PDAnnotationModifier and TypeMethodDescriptionprivate booleanPDDocument.checkSignatureAnnotation(List<PDAnnotation> annotations, PDAnnotationWidget widget) Check if the widget already exists in the annotation listvoidPDPage.setAnnotations(List<PDAnnotation> annotations) This will set the list of annotations. -
Uses of PDAnnotation in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type PDAnnotationModifier and TypeMethodDescriptionvoidPDObjectReference.setReferencedObject(PDAnnotation annotation) Sets the referenced annotation. -
Uses of PDAnnotation in org.apache.pdfbox.pdmodel.fixup.processor
Methods in org.apache.pdfbox.pdmodel.fixup.processor with parameters of type PDAnnotationModifier and TypeMethodDescriptionprivate voidAcroFormOrphanWidgetsProcessor.addFontFromWidget(PDResources acroFormResources, PDAnnotation annotation) Add font resources from the widget to the AcroForm to make sure embedded fonts are being used and not added by ensureFontResources potentially using a fallback font. -
Uses of PDAnnotation in org.apache.pdfbox.pdmodel.interactive.annotation
Subclasses of PDAnnotation in org.apache.pdfbox.pdmodel.interactive.annotationModifier and TypeClassDescriptionclassThis is the class that represents a file attachment.classThis is the class that represents a line annotation.classThis is the class that represents a link annotation.classThis class represents the additional fields of a Markup type Annotation.classThis is the class that represents a popup annotation.classThis is the class that represents a rubber stamp annotation.classThis is the class that represents a rectangular or eliptical annotation Introduced in PDF 1.3 specification .classThis is the class that represents a text annotation.classThis is the abstract class that represents a text markup annotation Introduced in PDF 1.3 specification, except Squiggly lines in 1.4.classThis is the class that represents an arbitrary Unknown Annotation type.classThis is the class that represents a widget annotation.Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDAnnotationModifier and TypeMethodDescriptionstatic PDAnnotationPDAnnotation.createAnnotation(COSBase base) Create the correct annotation from the base COS object.PDAnnotationMarkup.getInReplyTo()This will retrieve the annotation to which this one is "In Reply To" the actual relationship is specified by the RT entry.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDAnnotationModifier and TypeMethodDescriptionbooleanAnnotationFilter.accept(PDAnnotation annotation) voidPDAnnotationMarkup.setInReplyTo(PDAnnotation irt) This will set the annotation to which this one is "In Reply To" the actual relationship is specified by the RT entry. -
Uses of PDAnnotation in org.apache.pdfbox.pdmodel.interactive.annotation.handlers
Fields in org.apache.pdfbox.pdmodel.interactive.annotation.handlers declared as PDAnnotationModifier and TypeFieldDescriptionprivate final PDAnnotationPDAbstractAppearanceHandler.annotationMethods in org.apache.pdfbox.pdmodel.interactive.annotation.handlers that return PDAnnotationModifier and TypeMethodDescription(package private) PDAnnotationPDAbstractAppearanceHandler.getAnnotation()Methods in org.apache.pdfbox.pdmodel.interactive.annotation.handlers with parameters of type PDAnnotationModifier and TypeMethodDescription(package private) static AnnotationBorderAnnotationBorder.getAnnotationBorder(PDAnnotation annotation, PDBorderStyleDictionary borderStyle) Constructors in org.apache.pdfbox.pdmodel.interactive.annotation.handlers with parameters of type PDAnnotationModifierConstructorDescriptionPDAbstractAppearanceHandler(PDAnnotation annotation) PDAbstractAppearanceHandler(PDAnnotation annotation, PDDocument document) PDCaretAppearanceHandler(PDAnnotation annotation) PDCaretAppearanceHandler(PDAnnotation annotation, PDDocument document) PDCircleAppearanceHandler(PDAnnotation annotation) PDCircleAppearanceHandler(PDAnnotation annotation, PDDocument document) PDFileAttachmentAppearanceHandler(PDAnnotation annotation) PDFileAttachmentAppearanceHandler(PDAnnotation annotation, PDDocument document) PDFreeTextAppearanceHandler(PDAnnotation annotation) PDFreeTextAppearanceHandler(PDAnnotation annotation, PDDocument document) PDHighlightAppearanceHandler(PDAnnotation annotation) PDHighlightAppearanceHandler(PDAnnotation annotation, PDDocument document) PDInkAppearanceHandler(PDAnnotation annotation) PDInkAppearanceHandler(PDAnnotation annotation, PDDocument document) PDLineAppearanceHandler(PDAnnotation annotation) PDLineAppearanceHandler(PDAnnotation annotation, PDDocument document) PDLinkAppearanceHandler(PDAnnotation annotation) PDLinkAppearanceHandler(PDAnnotation annotation, PDDocument document) PDPolygonAppearanceHandler(PDAnnotation annotation) PDPolygonAppearanceHandler(PDAnnotation annotation, PDDocument document) PDPolylineAppearanceHandler(PDAnnotation annotation) PDPolylineAppearanceHandler(PDAnnotation annotation, PDDocument document) PDSoundAppearanceHandler(PDAnnotation annotation) PDSoundAppearanceHandler(PDAnnotation annotation, PDDocument document) PDSquareAppearanceHandler(PDAnnotation annotation) PDSquareAppearanceHandler(PDAnnotation annotation, PDDocument document) PDSquigglyAppearanceHandler(PDAnnotation annotation) PDSquigglyAppearanceHandler(PDAnnotation annotation, PDDocument document) PDStrikeoutAppearanceHandler(PDAnnotation annotation) PDStrikeoutAppearanceHandler(PDAnnotation annotation, PDDocument document) PDTextAppearanceHandler(PDAnnotation annotation) PDTextAppearanceHandler(PDAnnotation annotation, PDDocument document) PDUnderlineAppearanceHandler(PDAnnotation annotation) PDUnderlineAppearanceHandler(PDAnnotation annotation, PDDocument document) -
Uses of PDAnnotation in org.apache.pdfbox.pdmodel.interactive.form
Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDAnnotationModifier and TypeMethodDescriptionprivate booleanPDAcroForm.isVisibleAnnotation(PDAnnotation annotation) private MatrixPDAcroForm.resolveTransformationMatrix(PDAnnotation annotation, PDAppearanceStream appearanceStream) -
Uses of PDAnnotation in org.apache.pdfbox.preflight.annotation
Fields in org.apache.pdfbox.preflight.annotation declared as PDAnnotationModifier and TypeFieldDescriptionprotected PDAnnotationAnnotationValidator.pdAnnotInstance of PDAnnotation built using the annotDictionary -
Uses of PDAnnotation in org.apache.pdfbox.rendering
Methods in org.apache.pdfbox.rendering with parameters of type PDAnnotation