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 PdfFreeTextAnnotation
PdfFreeTextAnnotation. setDefaultAppearance(AnnotationDefaultAppearance da)
PdfRedactAnnotation
PdfRedactAnnotation. 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 AnnotationDefaultAppearance
AnnotationDefaultAppearance. setColor(DeviceCmyk cmykColor)
Sets theAnnotationDefaultAppearance
's default font color.AnnotationDefaultAppearance
AnnotationDefaultAppearance. setColor(DeviceGray grayColor)
Sets theAnnotationDefaultAppearance
's default font color.AnnotationDefaultAppearance
AnnotationDefaultAppearance. setColor(DeviceRgb rgbColor)
Sets theAnnotationDefaultAppearance
's default font color.AnnotationDefaultAppearance
AnnotationDefaultAppearance. setFont(ExtendedAnnotationFont font)
Sets theAnnotationDefaultAppearance
's default font.AnnotationDefaultAppearance
AnnotationDefaultAppearance. setFont(StandardAnnotationFont font)
Sets theAnnotationDefaultAppearance
's default font.AnnotationDefaultAppearance
AnnotationDefaultAppearance. setFontSize(float fontSize)
Sets theAnnotationDefaultAppearance
's default font size.
-