Uses of Class
com.itextpdf.kernel.pdf.annot.PdfFileAttachmentAnnotation
-
Packages that use PdfFileAttachmentAnnotation Package Description com.itextpdf.kernel.pdf.action com.itextpdf.kernel.pdf.annot -
-
Uses of PdfFileAttachmentAnnotation in com.itextpdf.kernel.pdf.action
Methods in com.itextpdf.kernel.pdf.action that return PdfFileAttachmentAnnotation Modifier and Type Method Description PdfFileAttachmentAnnotation
PdfTarget. getAnnotation(PdfDocument pdfDocument)
Gets the annotation specified by /A and /P entry values.Methods in com.itextpdf.kernel.pdf.action with parameters of type PdfFileAttachmentAnnotation Modifier and Type Method Description PdfTarget
PdfTarget. setAnnotation(PdfFileAttachmentAnnotation pdfAnnotation, PdfDocument pdfDocument)
Sets the /P and /A values corresponding to provided annotation, which is already added to a page. -
Uses of PdfFileAttachmentAnnotation in com.itextpdf.kernel.pdf.annot
Methods in com.itextpdf.kernel.pdf.annot that return PdfFileAttachmentAnnotation Modifier and Type Method Description PdfFileAttachmentAnnotation
PdfFileAttachmentAnnotation. setIconName(PdfName name)
The name of an icon that is used in displaying the annotation.
-