Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationMarkup
-
Packages that use PDAnnotationMarkup Package Description org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements. -
-
Uses of PDAnnotationMarkup in org.apache.pdfbox.pdmodel.interactive.annotation
Subclasses of PDAnnotationMarkup 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.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.Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDAnnotationMarkup Modifier and Type Method Description PDAnnotationMarkupPDAnnotationPopup. getParent()This will retrieve the markup annotation which this popup relates to.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDAnnotationMarkup Modifier and Type Method Description voidPDAnnotationPopup. setParent(PDAnnotationMarkup annot)This will set the markup annotation which this popup relates to.
-