Uses of Class
com.itextpdf.kernel.pdf.annot.PdfAnnotationAppearance
-
Uses of PdfAnnotationAppearance in com.itextpdf.kernel.pdf.annot
Modifier and TypeMethodDescriptionPdfAnnotationAppearance.setState
(PdfName stateName, PdfFormXObject state) PdfAnnotationAppearance.setStateObject
(PdfName stateName, PdfStream state) Modifier and TypeMethodDescriptionPdfAnnotation.setAppearance
(PdfName appearanceType, PdfAnnotationAppearance appearance) Sets a specific type of the appearance usingPdfAnnotationAppearance
wrapper.PdfAnnotation.setDownAppearance
(PdfAnnotationAppearance appearance) Sets down appearance usingPdfAnnotationAppearance
wrapper.PdfAnnotation.setNormalAppearance
(PdfAnnotationAppearance appearance) Sets normal appearance usingPdfAnnotationAppearance
wrapper.PdfAnnotation.setRolloverAppearance
(PdfAnnotationAppearance appearance) Sets rollover appearance usingPdfAnnotationAppearance
wrapper.