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 Chunk
Chunk. 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 class
PdfFormField
Implements form fields.Methods in com.aowagie.text.pdf that return PdfAnnotation Modifier and Type Method Description private static PdfAnnotation
PdfAnnotation. createFileAttachment(PdfWriter writer, Rectangle rect, java.lang.String contents, PdfFileSpecification fs)
Creates a file attachment annotationprivate static PdfAnnotation
PdfAnnotation. createLink(PdfWriter writer, Rectangle rect, PdfName highlight)
Creates a link.static PdfAnnotation
PdfAnnotation. createScreen(PdfWriter writer, Rectangle rect, java.lang.String clipTitle, PdfFileSpecification fs, java.lang.String mimeType, boolean playOnDisplay)
Creates a screen PdfAnnotationstatic PdfAnnotation
PdfFormField. shallowDuplicate(PdfAnnotation annot)
Methods in com.aowagie.text.pdf with parameters of type PdfAnnotation Modifier and Type Method Description (package private) void
PdfContentByte. addAnnotation(PdfAnnotation annot)
void
PdfCopy. addAnnotation(PdfAnnotation annot)
void
PdfCopy.PageStamp. addAnnotation(PdfAnnotation annot)
(package private) void
PdfDocument. addAnnotation(PdfAnnotation annot)
void
PdfStamper. addAnnotation(PdfAnnotation annot, int page)
Adds an annotation of form field in a specific page.void
PdfStamperImp. addAnnotation(PdfAnnotation annot)
(package private) void
PdfStamperImp. addAnnotation(PdfAnnotation annot, int page)
(package private) void
PdfStamperImp. addAnnotation(PdfAnnotation annot, PdfDictionary pageN)
void
PdfWriter. addAnnotation(PdfAnnotation annot)
(package private) void
PdfWriter. addAnnotation(PdfAnnotation annot, int page)
(package private) void
StampContent. addAnnotation(PdfAnnotation annot)
void
PdfAnnotation. setPopup(PdfAnnotation popup)
static PdfAnnotation
PdfFormField. 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 void
PdfAnnotations. addAnnotation(PdfAnnotation annot)
Use this methods to add aPdfAnnotation
or aPdfFormField
to 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 PdfAnnotation
PdfAnnotationsImp. convertAnnotation(PdfWriter writer, Annotation annot, Rectangle defaultRect)
Methods in com.aowagie.text.pdf.internal with parameters of type PdfAnnotation Modifier and Type Method Description void
PdfAnnotationsImp. addAnnotation(PdfAnnotation annot)
void
PdfAnnotationsImp. addPlainAnnotation(PdfAnnotation annot)
-