SpellCheckLanguage
Contents
[
Hide
]Inheritance: java.lang.Object, java.lang.Enum
public enum SpellCheckLanguage extends Enum<SpellCheck.SpellCheckLanguage>
Languages used for SpellCheck (existing dictionaries).
Fields
Field | Description |
---|---|
Eng | English dictionary |
Deu | German dictionary |
Spa | Spanish dictionary |
Fra | French dictionary |
Ita | Italian dictionary |
Por | Portuguese dictionary |
Cze | Czech dictionary |
Dan | Danish dictionary |
Dum | Dutch dictionary |
Est | Estonian dictionary |
Fin | Finnish dictionary |
Lav | Latvian dictionary |
Lit | Lithuanian dictionary |
Pol | Polish dictionary |
Rum | Romanian dictionary |
Slk | Slovak dictionary |
Slv | Slovene dictionary |
Swe | Swedish dictionary |
Methods
Method | Description |
---|---|
values() | |
valueOf(String name) |
Eng
public static final SpellCheck.SpellCheckLanguage Eng
English dictionary
Deu
public static final SpellCheck.SpellCheckLanguage Deu
German dictionary
Spa
public static final SpellCheck.SpellCheckLanguage Spa
Spanish dictionary
Fra
public static final SpellCheck.SpellCheckLanguage Fra
French dictionary
Ita
public static final SpellCheck.SpellCheckLanguage Ita
Italian dictionary
Por
public static final SpellCheck.SpellCheckLanguage Por
Portuguese dictionary
Cze
public static final SpellCheck.SpellCheckLanguage Cze
Czech dictionary
Dan
public static final SpellCheck.SpellCheckLanguage Dan
Danish dictionary
Dum
public static final SpellCheck.SpellCheckLanguage Dum
Dutch dictionary
Est
public static final SpellCheck.SpellCheckLanguage Est
Estonian dictionary
Fin
public static final SpellCheck.SpellCheckLanguage Fin
Finnish dictionary
Lav
public static final SpellCheck.SpellCheckLanguage Lav
Latvian dictionary
Lit
public static final SpellCheck.SpellCheckLanguage Lit
Lithuanian dictionary
Pol
public static final SpellCheck.SpellCheckLanguage Pol
Polish dictionary
Rum
public static final SpellCheck.SpellCheckLanguage Rum
Romanian dictionary
Slk
public static final SpellCheck.SpellCheckLanguage Slk
Slovak dictionary
Slv
public static final SpellCheck.SpellCheckLanguage Slv
Slovene dictionary
Swe
public static final SpellCheck.SpellCheckLanguage Swe
Swedish dictionary
values()
public static SpellCheck.SpellCheckLanguage[] values()
Returns: com.aspose.ocr.SpellCheck.SpellCheckLanguage[]
valueOf(String name)
public static SpellCheck.SpellCheckLanguage valueOf(String name)
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: SpellCheckLanguage