Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationMarkup
Packages that use PDAnnotationMarkup
Package
Description
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.annotationModifier and TypeClassDescriptionclass
This is the class that represents a file attachment.class
This is the class that represents a line annotation.class
This is the class that represents a rubber stamp annotation.class
This is the class that represents a rectangular or eliptical annotation Introduced in PDF 1.3 specification .class
This is the class that represents a text annotation.class
This 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 PDAnnotationMarkupModifier and TypeMethodDescriptionPDAnnotationPopup.getParent()
This will retrieve the markup annotation which this popup relates to.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDAnnotationMarkupModifier and TypeMethodDescriptionvoid
PDAnnotationPopup.setParent
(PDAnnotationMarkup annot) This will set the markup annotation which this popup relates to. -
Uses of PDAnnotationMarkup in org.apache.pdfbox.pdmodel.interactive.annotation.handlers
Methods in org.apache.pdfbox.pdmodel.interactive.annotation.handlers with parameters of type PDAnnotationMarkupModifier and TypeMethodDescriptionprivate void
PDFreeTextAppearanceHandler.extractFontDetails
(PDAnnotationMarkup annotation) private PDColor
PDFreeTextAppearanceHandler.extractNonStrokingColor
(PDAnnotationMarkup annotation) private float[][]
PDPolygonAppearanceHandler.getPathArray
(PDAnnotationMarkup annotation)