Uses of Class
com.aowagie.text.pdf.PdfAnnotation
-
Packages that use PdfAnnotation Package Description com.aowagie.text com.aowagie.text.pdf com.aowagie.text.pdf.interfaces com.aowagie.text.pdf.internal -
-
Uses of PdfAnnotation in com.aowagie.text
Methods in com.aowagie.text with parameters of type PdfAnnotation Modifier and Type Method Description ChunkChunk. setAnnotation(PdfAnnotation annotation)Sets a generic annotation to thisChunk. -
Uses of PdfAnnotation in com.aowagie.text.pdf
Subclasses of PdfAnnotation in com.aowagie.text.pdf Modifier and Type Class Description classPdfFormFieldImplements form fields.Methods in com.aowagie.text.pdf that return PdfAnnotation Modifier and Type Method Description private static PdfAnnotationPdfAnnotation. createFileAttachment(PdfWriter writer, Rectangle rect, java.lang.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, java.lang.String clipTitle, PdfFileSpecification fs, java.lang.String mimeType, boolean playOnDisplay)Creates a screen PdfAnnotationstatic PdfAnnotationPdfFormField. shallowDuplicate(PdfAnnotation annot)Methods in com.aowagie.text.pdf with parameters of type PdfAnnotation Modifier and Type Method Description (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 PdfAnnotation Modifier and Type Method Description voidPdfAnnotations. 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 PdfAnnotation Modifier and Type Method Description static PdfAnnotationPdfAnnotationsImp. convertAnnotation(PdfWriter writer, Annotation annot, Rectangle defaultRect)Methods in com.aowagie.text.pdf.internal with parameters of type PdfAnnotation Modifier and Type Method Description voidPdfAnnotationsImp. addAnnotation(PdfAnnotation annot)voidPdfAnnotationsImp. addPlainAnnotation(PdfAnnotation annot)
-