public static enum FontEnvironment.ParsingStrictness extends Enum<FontEnvironment.ParsingStrictness>
| Enum Constant and Description |
|---|
Strict
Specifies the strict type.
|
Tolerant
Specifies the tolerant type.
|
| Modifier and Type | Method and Description |
|---|---|
static FontEnvironment.ParsingStrictness |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FontEnvironment.ParsingStrictness[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FontEnvironment.ParsingStrictness Strict
Specifies the strict type.
public static final FontEnvironment.ParsingStrictness Tolerant
Specifies the tolerant type.
public static FontEnvironment.ParsingStrictness[] values()
for (FontEnvironment.ParsingStrictness c : FontEnvironment.ParsingStrictness.values()) System.out.println(c);
public static FontEnvironment.ParsingStrictness valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2025 Aspose. All Rights Reserved.