Uses of Class
com.itextpdf.kernel.pdf.annot.da.AnnotationDefaultAppearance
-
Packages that use AnnotationDefaultAppearance Package Description com.itextpdf.kernel.pdf.annot com.itextpdf.kernel.pdf.annot.da -
-
Uses of AnnotationDefaultAppearance in com.itextpdf.kernel.pdf.annot
Methods in com.itextpdf.kernel.pdf.annot with parameters of type AnnotationDefaultAppearance Modifier and Type Method Description PdfFreeTextAnnotationPdfFreeTextAnnotation. setDefaultAppearance(AnnotationDefaultAppearance da)PdfRedactAnnotationPdfRedactAnnotation. setDefaultAppearance(AnnotationDefaultAppearance da) -
Uses of AnnotationDefaultAppearance in com.itextpdf.kernel.pdf.annot.da
Methods in com.itextpdf.kernel.pdf.annot.da that return AnnotationDefaultAppearance Modifier and Type Method Description AnnotationDefaultAppearanceAnnotationDefaultAppearance. setColor(DeviceCmyk cmykColor)Sets theAnnotationDefaultAppearance's default font color.AnnotationDefaultAppearanceAnnotationDefaultAppearance. setColor(DeviceGray grayColor)Sets theAnnotationDefaultAppearance's default font color.AnnotationDefaultAppearanceAnnotationDefaultAppearance. setColor(DeviceRgb rgbColor)Sets theAnnotationDefaultAppearance's default font color.AnnotationDefaultAppearanceAnnotationDefaultAppearance. setFont(ExtendedAnnotationFont font)Sets theAnnotationDefaultAppearance's default font.AnnotationDefaultAppearanceAnnotationDefaultAppearance. setFont(StandardAnnotationFont font)Sets theAnnotationDefaultAppearance's default font.AnnotationDefaultAppearanceAnnotationDefaultAppearance. setFontSize(float fontSize)Sets theAnnotationDefaultAppearance's default font size.
-