Uses of Class
com.aowagie.text.pdf.PdfAnnotation
Packages that use PdfAnnotation
Package
Description
-
Uses of PdfAnnotation in com.aowagie.text
Methods in com.aowagie.text with parameters of type PdfAnnotationModifier and TypeMethodDescriptionChunk.setAnnotation(PdfAnnotation annotation) Sets a generic annotation to thisChunk. -
Uses of PdfAnnotation in com.aowagie.text.pdf
Subclasses of PdfAnnotation in com.aowagie.text.pdfMethods in com.aowagie.text.pdf that return PdfAnnotationModifier and TypeMethodDescriptionprivate static PdfAnnotationPdfAnnotation.createFileAttachment(PdfWriter writer, Rectangle rect, String contents, PdfFileSpecification fs) Creates a file attachment annotationprivate static PdfAnnotationPdfAnnotation.createLink(PdfWriter writer, Rectangle rect, PdfName highlight) Creates a link.static PdfAnnotationPdfAnnotation.createScreen(PdfWriter writer, Rectangle rect, String clipTitle, PdfFileSpecification fs, String mimeType, boolean playOnDisplay) Creates a screen PdfAnnotationstatic PdfAnnotationPdfFormField.shallowDuplicate(PdfAnnotation annot) Methods in com.aowagie.text.pdf with parameters of type PdfAnnotationModifier and TypeMethodDescription(package private) voidPdfContentByte.addAnnotation(PdfAnnotation annot) voidPdfCopy.addAnnotation(PdfAnnotation annot) voidPdfCopy.PageStamp.addAnnotation(PdfAnnotation annot) (package private) voidPdfDocument.addAnnotation(PdfAnnotation annot) voidPdfStamper.addAnnotation(PdfAnnotation annot, int page) Adds an annotation of form field in a specific page.voidPdfStamperImp.addAnnotation(PdfAnnotation annot) (package private) voidPdfStamperImp.addAnnotation(PdfAnnotation annot, int page) (package private) voidPdfStamperImp.addAnnotation(PdfAnnotation annot, PdfDictionary pageN) voidPdfWriter.addAnnotation(PdfAnnotation annot) (package private) voidPdfWriter.addAnnotation(PdfAnnotation annot, int page) (package private) voidStampContent.addAnnotation(PdfAnnotation annot) voidPdfAnnotation.setPopup(PdfAnnotation popup) static PdfAnnotationPdfFormField.shallowDuplicate(PdfAnnotation annot) -
Uses of PdfAnnotation in com.aowagie.text.pdf.interfaces
Methods in com.aowagie.text.pdf.interfaces with parameters of type PdfAnnotationModifier and TypeMethodDescriptionvoidPdfAnnotations.addAnnotation(PdfAnnotation annot) Use this methods to add aPdfAnnotationor aPdfFormFieldto the document. -
Uses of PdfAnnotation in com.aowagie.text.pdf.internal
Methods in com.aowagie.text.pdf.internal that return PdfAnnotationModifier and TypeMethodDescriptionstatic PdfAnnotationPdfAnnotationsImp.convertAnnotation(PdfWriter writer, Annotation annot, Rectangle defaultRect) Methods in com.aowagie.text.pdf.internal with parameters of type PdfAnnotationModifier and TypeMethodDescriptionvoidPdfAnnotationsImp.addAnnotation(PdfAnnotation annot) voidPdfAnnotationsImp.addPlainAnnotation(PdfAnnotation annot)