Uses of Class
org.pdfbox.pdmodel.interactive.annotation.PDAnnotationMarkup

Packages that use PDAnnotationMarkup
org.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements. 
 

Uses of PDAnnotationMarkup in org.pdfbox.pdmodel.interactive.annotation
 

Subclasses of PDAnnotationMarkup in org.pdfbox.pdmodel.interactive.annotation
 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.pdfbox.pdmodel.interactive.annotation that return PDAnnotationMarkup
 PDAnnotationMarkup PDAnnotationPopup.getParent()
          This will retrieve the markup annotation which this popup relates to.
 

Methods in org.pdfbox.pdmodel.interactive.annotation with parameters of type PDAnnotationMarkup
 void PDAnnotationPopup.setParent(PDAnnotationMarkup annot)
          This will set the markup annotation which this popup relates to.