Uses of Class
com.datalogics.PDFL.Annotation
Packages that use Annotation
-
Uses of Annotation in com.datalogics.PDFL
Subclasses of Annotation in com.datalogics.PDFLModifier and TypeClassDescriptionclassA circle annotation is an annotation surrounded by a curved and possibly elliptical border.classThe free text annotation allows a user to place text directly on a PDF page.classAllows the user to highlight text appearing on a PDF page.classA type of annotation allowing a user to edit a PDF document.classThe line annotation displays a single straight line on a PDF page.classA link annotation, which features an embedded hyperlink.classA polygon is a closed plane figure bounded by a finite number of line segments.classA finite number of line segments in a PDF added as an annotation.classAssociates an object with its location on a page of a PDF document.classThe square annotation allows a user to display a rectangle on a PDF page.classAnnotations that appears as highlighted content when added to a PDF file.classA type of text markup annotation, for underlining text.Methods in com.datalogics.PDFL that return AnnotationModifier and TypeMethodDescriptionPage.addNewAnnotation(int addAfter, String subType, Rect initialRect) Deprecated.Page.createAnnotation(String subType, Rect initialRect) Deprecated.Page.getAnnotation(int annotIndex) Gets the annotIndex annotation on the page.static final AnnotationPDFLJNI.Page_addNewAnnotation(long jarg1, Page jarg1_, int jarg2, String jarg3, long jarg4, Rect jarg4_) static final AnnotationPDFLJNI.Page_createAnnotation(long jarg1, Page jarg1_, String jarg2, long jarg3, Rect jarg3_) static final AnnotationPDFLJNI.Page_getAnnotation(long jarg1, Page jarg1_, int jarg2) Methods in com.datalogics.PDFL with parameters of type AnnotationModifier and TypeMethodDescriptionvoidPage.addAnnotation(int addAfter, Annotation annot) Deprecated.static final voidPDFLJNI.Annotation_DisposeChildren(long jarg1, Annotation jarg1_) static final FormPDFLJNI.Annotation_generateAppearance(long jarg1, Annotation jarg1_) static final doublePDFLJNI.Annotation_getAnnotationFeatureLevel(long jarg1, Annotation jarg1_) static final ColorPDFLJNI.Annotation_getColor(long jarg1, Annotation jarg1_) static final StringPDFLJNI.Annotation_getContents(long jarg1, Annotation jarg1_) static final intPDFLJNI.Annotation_getFlags(long jarg1, Annotation jarg1_) static final ColorPDFLJNI.Annotation_getInteriorColor(long jarg1, Annotation jarg1_) static final FormPDFLJNI.Annotation_getNormalAppearance(long jarg1, Annotation jarg1_) static final doublePDFLJNI.Annotation_getOpacity(long jarg1, Annotation jarg1_) static final OptionalContentMembershipDictPDFLJNI.Annotation_getOptionalContentMembershipDict(long jarg1, Annotation jarg1_) static final PDFDictPDFLJNI.Annotation_getPDFDict(long jarg1, Annotation jarg1_) static final RectPDFLJNI.Annotation_getRect(long jarg1, Annotation jarg1_) static final StringPDFLJNI.Annotation_getSubtype(long jarg1, Annotation jarg1_) static final StringPDFLJNI.Annotation_getTitle(long jarg1, Annotation jarg1_) static final booleanPDFLJNI.Annotation_hasRichTextData(long jarg1, Annotation jarg1_) static final booleanPDFLJNI.Annotation_isCurrentlyVisible(long jarg1, Annotation jarg1_, long jarg2, OptionalContentContext jarg2_) static final booleanPDFLJNI.Annotation_sameTypeEquals(long jarg1, Annotation jarg1_, long jarg2, Annotation jarg2_) static final voidPDFLJNI.Annotation_setAnnotationFeatureLevel(long jarg1, Annotation jarg1_, double jarg2) static final voidPDFLJNI.Annotation_setColor(long jarg1, Annotation jarg1_, long jarg2, Color jarg2_) static final voidPDFLJNI.Annotation_setContents(long jarg1, Annotation jarg1_, String jarg2) static final voidPDFLJNI.Annotation_setFlags(long jarg1, Annotation jarg1_, int jarg2) static final voidPDFLJNI.Annotation_setInteriorColor(long jarg1, Annotation jarg1_, long jarg2, Color jarg2_) static final voidPDFLJNI.Annotation_setNormalAppearance(long jarg1, Annotation jarg1_, long jarg2, Form jarg2_) static final voidPDFLJNI.Annotation_setOpacity(long jarg1, Annotation jarg1_, double jarg2) static final voidPDFLJNI.Annotation_setOptionalContentMembershipDict(long jarg1, Annotation jarg1_, long jarg2, OptionalContentMembershipDict jarg2_) static final voidPDFLJNI.Annotation_setRect(long jarg1, Annotation jarg1_, long jarg2, Rect jarg2_) static final voidPDFLJNI.Annotation_setTitle(long jarg1, Annotation jarg1_, String jarg2) static final StringPDFLJNI.Annotation_toString(long jarg1, Annotation jarg1_) static final voidPDFLJNI.Page_addAnnotation(long jarg1, Page jarg1_, int jarg2, long jarg3, Annotation jarg3_)