Uses of Class
com.itextpdf.kernel.pdf.annot.PdfScreenAnnotation
-
Packages that use PdfScreenAnnotation Package Description com.itextpdf.kernel.pdf.annot -
-
Uses of PdfScreenAnnotation in com.itextpdf.kernel.pdf.annot
Methods in com.itextpdf.kernel.pdf.annot that return PdfScreenAnnotation Modifier and Type Method Description PdfScreenAnnotation
PdfScreenAnnotation. setAction(PdfAction action)
Sets aPdfAction
to this annotation which will be performed when the annotation is activated.PdfScreenAnnotation
PdfScreenAnnotation. setAdditionalAction(PdfName key, PdfAction action)
Sets an additionalPdfAction
to this annotation which will be performed in response to the specific trigger event defined bykey
.PdfScreenAnnotation
PdfScreenAnnotation. setAppearanceCharacteristics(PdfDictionary characteristics)
Sets an appearance characteristics dictionary containing additional information for constructing the annotation’s appearance stream.
-