Package com.snowtide.pdf.annot
This package contains interfaces and classes
that PDFxStream uses to represent various types of annotations present in PDF
Documents.- 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 AnAnnotationimplementation that represents a PDF annotation of typeFileAttachment.FreeTextAnnotation AnAnnotationimplementation that represents a PDF annotation of typeFreeText.LinkAnnotation AnAnnotationimplementation that represents a PDF annotation of typeLink.TextAnnotation AnAnnotationimplementation that represents a PDF annotation of typeText.