public static enum TextEditOptions.FontReplace extends Enum<TextEditOptions.FontReplace>
Font replacement behavior.
Enum Constant and Description |
---|
Default
No additional changes performed during font replacement.
|
RemoveUnusedFonts
Fonts that become unused during font replacement will be removed from resulting document.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static TextEditOptions.FontReplace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextEditOptions.FontReplace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextEditOptions.FontReplace Default
No additional changes performed during font replacement.
public static final TextEditOptions.FontReplace RemoveUnusedFonts
Fonts that become unused during font replacement will be removed from resulting document.
public static TextEditOptions.FontReplace[] values()
for (TextEditOptions.FontReplace c : TextEditOptions.FontReplace.values()) System.out.println(c);
public static TextEditOptions.FontReplace 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 nullpublic int getValue()
Copyright © 2024 Aspose. All Rights Reserved.