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.org.apache.pdfbox.pdmodel.interactive.annotation.handlers -
-
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 class
PDAnnotationFileAttachment
This is the class that represents a file attachment.class
PDAnnotationLine
This is the class that represents a line annotation.class
PDAnnotationRubberStamp
This is the class that represents a rubber stamp annotation.class
PDAnnotationSquareCircle
This is the class that represents a rectangular or eliptical annotation Introduced in PDF 1.3 specification .class
PDAnnotationText
This is the class that represents a text annotation.class
PDAnnotationTextMarkup
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 PDAnnotationMarkup Modifier and Type Method Description PDAnnotationMarkup
PDAnnotationPopup. 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 void
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 PDAnnotationMarkup Modifier and Type Method Description private void
PDFreeTextAppearanceHandler. extractFontDetails(PDAnnotationMarkup annotation)
private PDColor
PDFreeTextAppearanceHandler. extractNonStrokingColor(PDAnnotationMarkup annotation)
private float[][]
PDPolygonAppearanceHandler. getPathArray(PDAnnotationMarkup annotation)
-