Uses of Interface
com.snowtide.pdf.annot.Annotation
-
Packages that use Annotation Package Description com.snowtide.pdf This package contains a variety of core abstractions representing PDFDocument
s and theirPage
s, as well as various PDFxStream interfaces and implementations thereof that simply many PDF data extraction use cases.com.snowtide.pdf.annot This package contains interfaces and classes that PDFxStream uses to represent various types of annotations present in PDFDocument
s. -
-
Uses of Annotation in com.snowtide.pdf
Methods in com.snowtide.pdf that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>
Document. getAllAnnotations()
Returns a list containing all of theAnnotation
s contained in the current PDF document.List<Annotation>
PDFTextStream. getAllAnnotations()
Deprecated.List<Annotation>
Document. getAnnotations(int page)
Returns a List of all annotations found on the page indicated by the given page number; each object will be an instance of a class that implements theAnnotation
interface.List<Annotation>
PDFTextStream. getAnnotations(int page)
Deprecated. -
Uses of Annotation in com.snowtide.pdf.annot
Classes in com.snowtide.pdf.annot that implement Annotation Modifier and Type Class Description class
FileAttachmentAnnotation
AnAnnotation
implementation that represents a PDF annotation of typeFileAttachment
.class
FreeTextAnnotation
AnAnnotation
implementation that represents a PDF annotation of typeFreeText
.class
LinkAnnotation
AnAnnotation
implementation that represents a PDF annotation of typeLink
.class
TextAnnotation
AnAnnotation
implementation that represents a PDF annotation of typeText
.
-