Uses of Class
com.itextpdf.kernel.pdf.annot.da.ExtendedAnnotationFont
-
Packages that use ExtendedAnnotationFont Package Description com.itextpdf.kernel.pdf.annot.da -
-
Uses of ExtendedAnnotationFont in com.itextpdf.kernel.pdf.annot.da
Fields in com.itextpdf.kernel.pdf.annot.da with type parameters of type ExtendedAnnotationFont Modifier and Type Field Description private static java.util.Map<ExtendedAnnotationFont,java.lang.String>
AnnotationDefaultAppearance. extAnnotFontNames
Methods in com.itextpdf.kernel.pdf.annot.da that return ExtendedAnnotationFont Modifier and Type Method Description static ExtendedAnnotationFont
ExtendedAnnotationFont. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExtendedAnnotationFont[]
ExtendedAnnotationFont. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.kernel.pdf.annot.da with parameters of type ExtendedAnnotationFont Modifier and Type Method Description AnnotationDefaultAppearance
AnnotationDefaultAppearance. setFont(ExtendedAnnotationFont font)
Sets theAnnotationDefaultAppearance
's default font.
-