Uses of Class
com.itextpdf.kernel.pdf.annot.PdfAnnotationAppearance
-
Packages that use PdfAnnotationAppearance Package Description com.itextpdf.kernel.pdf.annot -
-
Uses of PdfAnnotationAppearance in com.itextpdf.kernel.pdf.annot
Methods in com.itextpdf.kernel.pdf.annot that return PdfAnnotationAppearance Modifier and Type Method Description PdfAnnotationAppearancePdfAnnotationAppearance. setState(PdfName stateName, PdfFormXObject state)PdfAnnotationAppearancePdfAnnotationAppearance. setStateObject(PdfName stateName, PdfStream state)Methods in com.itextpdf.kernel.pdf.annot with parameters of type PdfAnnotationAppearance Modifier and Type Method Description PdfAnnotationPdfAnnotation. setAppearance(PdfName appearanceType, PdfAnnotationAppearance appearance)Sets a specific type of the appearance usingPdfAnnotationAppearancewrapper.PdfAnnotationPdfAnnotation. setDownAppearance(PdfAnnotationAppearance appearance)Sets down appearance usingPdfAnnotationAppearancewrapper.PdfAnnotationPdfAnnotation. setNormalAppearance(PdfAnnotationAppearance appearance)Sets normal appearance usingPdfAnnotationAppearancewrapper.PdfAnnotationPdfAnnotation. setRolloverAppearance(PdfAnnotationAppearance appearance)Sets rollover appearance usingPdfAnnotationAppearancewrapper.
-