| Modifier and Type | Method and Description |
|---|---|
static FontGroup |
getUnicodeGroup(char ch,
com.lowagie.text.Font font,
com.lowagie.text.Font fontAsian,
com.lowagie.text.Font fontComplex) |
static FontGroup |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FontGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FontGroup WESTERN
public static final FontGroup ASIAN
public static final FontGroup COMPLEX
public static FontGroup[] values()
for (FontGroup c : FontGroup.values()) System.out.println(c);
public static FontGroup valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static FontGroup getUnicodeGroup(char ch, com.lowagie.text.Font font, com.lowagie.text.Font fontAsian, com.lowagie.text.Font fontComplex)
Copyright © 2022. All Rights Reserved.