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 PDFDocuments and theirPages, 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 PDFDocuments. -
-
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 theAnnotations 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 theAnnotationinterface.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 classFileAttachmentAnnotationAnAnnotationimplementation that represents a PDF annotation of typeFileAttachment.classFreeTextAnnotationAnAnnotationimplementation that represents a PDF annotation of typeFreeText.classLinkAnnotationAnAnnotationimplementation that represents a PDF annotation of typeLink.classTextAnnotationAnAnnotationimplementation that represents a PDF annotation of typeText.
-