Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotation
-
Packages that use PDAnnotation Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure The logical structure package provides a mechanism for incorporating structural information about a document's content into a PDF file.org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements. -
-
Uses of PDAnnotation in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return types with arguments of type PDAnnotation Modifier and Type Method Description java.util.List<PDAnnotation>PDPage. getAnnotations()This will return a list of the annotations for this page.Method parameters in org.apache.pdfbox.pdmodel with type arguments of type PDAnnotation Modifier and Type Method Description voidPDPage. setAnnotations(java.util.List<PDAnnotation> annots)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 PDAnnotation Modifier and Type Method Description voidPDObjectReference. setReferencedObject(PDAnnotation annotation)Sets the referenced annotation. -
Uses of PDAnnotation in org.apache.pdfbox.pdmodel.interactive.annotation
Subclasses of PDAnnotation in org.apache.pdfbox.pdmodel.interactive.annotation Modifier and Type Class Description classPDAnnotationFileAttachmentThis is the class that represents a file attachment.classPDAnnotationLineThis is the class that represents a line annotation.classPDAnnotationLinkThis is the class that represents a link annotation.classPDAnnotationMarkupThis class represents the additional fields of a Markup type Annotation.classPDAnnotationPopupThis is the class that represents a popup annotation.classPDAnnotationRubberStampThis is the class that represents a rubber stamp annotation.classPDAnnotationSquareCircleThis is the class that represents a rectangular or eliptical annotation Introduced in PDF 1.3 specification .classPDAnnotationTextThis is the class that represents a text annotation.classPDAnnotationTextMarkupThis is the abstract class that represents a text markup annotation Introduced in PDF 1.3 specification, except Squiggly lines in 1.4.classPDAnnotationUnknownThis is the class that represents an arbitary Unknown Annotation type.classPDAnnotationWidgetThis is the class that represents a widget annotation.Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDAnnotation Modifier and Type Method Description static PDAnnotationPDAnnotation. createAnnotation(COSBase base)Create the correct annotation from the base COS object.PDAnnotationPDAnnotationMarkup. 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 PDAnnotation Modifier and Type Method Description 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.
-