public enum SpellCheckLanguage extends Enum<SpellCheckLanguage>
| Enum Constant and Description |
|---|
Ces
Czech dictionary
|
Dan
Danish dictionary
|
Deu
German dictionary
|
Eng
English dictionary
|
Est
Estonian dictionary
|
Fin
Finnish dictionary
|
Fra
French dictionary
|
Ita
Italian dictionary
|
Lav
Latvian dictionary
|
Lit
Lithuanian dictionary
|
Nld
Dutch dictionary
|
Pol
Polish dictionary
|
Por
Portuguese dictionary
|
Ron
Romanian dictionary
|
Slk
Slovak dictionary
|
Slv
Slovene dictionary
|
Spa
Spanish dictionary
|
Swe
Swedish dictionary
|
| Modifier and Type | Method and Description |
|---|---|
static SpellCheckLanguage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpellCheckLanguage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpellCheckLanguage Eng
public static final SpellCheckLanguage Deu
public static final SpellCheckLanguage Spa
public static final SpellCheckLanguage Fra
public static final SpellCheckLanguage Ita
public static final SpellCheckLanguage Por
public static final SpellCheckLanguage Ces
public static final SpellCheckLanguage Dan
public static final SpellCheckLanguage Nld
public static final SpellCheckLanguage Est
public static final SpellCheckLanguage Fin
public static final SpellCheckLanguage Lav
public static final SpellCheckLanguage Lit
public static final SpellCheckLanguage Pol
public static final SpellCheckLanguage Ron
public static final SpellCheckLanguage Slk
public static final SpellCheckLanguage Slv
public static final SpellCheckLanguage Swe
public static SpellCheckLanguage[] values()
for (SpellCheckLanguage c : SpellCheckLanguage.values()) System.out.println(c);
public static SpellCheckLanguage 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.