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.preflight.annotation -
-
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 classPDAnnotationCaretclassPDAnnotationCircleclassPDAnnotationFileAttachmentThis is the class that represents a file attachment.classPDAnnotationFreeTextclassPDAnnotationHighlightclassPDAnnotationInkclassPDAnnotationLineThis is the class that represents a line annotation.classPDAnnotationPolygonclassPDAnnotationPolylineclassPDAnnotationRubberStampThis is the class that represents a rubber stamp annotation.classPDAnnotationSoundclassPDAnnotationSquareclassPDAnnotationSquareCircleThis is the class that represents a rectangular or elliptical annotation introduced in PDF 1.3 specification .classPDAnnotationSquigglyclassPDAnnotationStrikeoutclassPDAnnotationTextThis is the class that represents a text annotation.classPDAnnotationTextMarkupThis is the abstract class that represents a text markup annotation introduced in the PDF 1.3 specification, except Squiggly lines in 1.4.classPDAnnotationUnderlineMethods 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. -
Uses of PDAnnotationMarkup in org.apache.pdfbox.preflight.annotation
Fields in org.apache.pdfbox.preflight.annotation declared as PDAnnotationMarkup Modifier and Type Field Description protected PDAnnotationMarkupFreeTextAnnotationValidator. pdFreeTextPDFBox object which wraps the Annotation dictionary
-