com.snowtide.pdf.annot package contains interfaces and classes that PDFTextStream uses to represent
various types of annotations present in PDF documents.See: Description
| Interface | Description |
|---|---|
| Annotation |
The common interface implemented by all PDF annotation classes.
|
| Class | Description |
|---|---|
| FreeTextAnnotation |
An
Annotation implementation that represents
a PDF annotation of type FreeText. |
| LinkAnnotation |
An
Annotation implementation that represents
a PDF annotation of type Link. |
| TextAnnotation |
An
Annotation implementation that represents
a PDF annotation of type Text. |
com.snowtide.pdf.annot package contains interfaces and classes that PDFTextStream uses to represent
various types of annotations present in PDF documents.