Package com.snowtide.pdf.annot
This package contains interfaces and classes
that PDFxStream uses to represent various types of annotations present in PDF
Document
s.- See Also:
Document.getAnnotations(int)
-
Interface Summary Interface Description Annotation All PDF annotations define a range of base attributes, which are accessible using the functions this interface specifies. -
Class Summary Class Description FileAttachmentAnnotation AnAnnotation
implementation that represents a PDF annotation of typeFileAttachment
.FreeTextAnnotation AnAnnotation
implementation that represents a PDF annotation of typeFreeText
.LinkAnnotation AnAnnotation
implementation that represents a PDF annotation of typeLink
.TextAnnotation AnAnnotation
implementation that represents a PDF annotation of typeText
.