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 TypeMethodDescriptionstatic 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 TypeMethodDescriptionvoidPdfStamper.addAnnotation(PdfAnnotation annot, int page) Adds an annotation of form field in a specific page.voidPdfStamperImp.addAnnotation(PdfAnnotation annot) voidPdfWriter.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)