Uses of Class
com.itextpdf.kernel.pdf.annot.da.StandardAnnotationFont
-
Packages that use StandardAnnotationFont Package Description com.itextpdf.kernel.pdf.annot.da -
-
Uses of StandardAnnotationFont in com.itextpdf.kernel.pdf.annot.da
Fields in com.itextpdf.kernel.pdf.annot.da with type parameters of type StandardAnnotationFont Modifier and Type Field Description private static java.util.Map<StandardAnnotationFont,java.lang.String>
AnnotationDefaultAppearance. stdAnnotFontNames
Methods in com.itextpdf.kernel.pdf.annot.da that return StandardAnnotationFont Modifier and Type Method Description static StandardAnnotationFont
StandardAnnotationFont. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StandardAnnotationFont[]
StandardAnnotationFont. 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 StandardAnnotationFont Modifier and Type Method Description AnnotationDefaultAppearance
AnnotationDefaultAppearance. setFont(StandardAnnotationFont font)
Sets theAnnotationDefaultAppearance
's default font.
-