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 PdfAnnotationAppearance
PdfAnnotationAppearance. setState(PdfName stateName, PdfFormXObject state)
PdfAnnotationAppearance
PdfAnnotationAppearance. setStateObject(PdfName stateName, PdfStream state)
Methods in com.itextpdf.kernel.pdf.annot with parameters of type PdfAnnotationAppearance Modifier and Type Method Description PdfAnnotation
PdfAnnotation. setAppearance(PdfName appearanceType, PdfAnnotationAppearance appearance)
Sets a specific type of the appearance usingPdfAnnotationAppearance
wrapper.PdfAnnotation
PdfAnnotation. setDownAppearance(PdfAnnotationAppearance appearance)
Sets down appearance usingPdfAnnotationAppearance
wrapper.PdfAnnotation
PdfAnnotation. setNormalAppearance(PdfAnnotationAppearance appearance)
Sets normal appearance usingPdfAnnotationAppearance
wrapper.PdfAnnotation
PdfAnnotation. setRolloverAppearance(PdfAnnotationAppearance appearance)
Sets rollover appearance usingPdfAnnotationAppearance
wrapper.
-