SpellCheckLanguage

Inheritance: java.lang.Object, java.lang.Enum

public enum SpellCheckLanguage extends Enum<SpellCheck.SpellCheckLanguage>

Languages used for SpellCheck (existing dictionaries).

Fields

FieldDescription
EngEnglish dictionary
DeuGerman dictionary
SpaSpanish dictionary
FraFrench dictionary
ItaItalian dictionary
PorPortuguese dictionary
CzeCzech dictionary
DanDanish dictionary
DumDutch dictionary
EstEstonian dictionary
FinFinnish dictionary
LavLatvian dictionary
LitLithuanian dictionary
PolPolish dictionary
RumRomanian dictionary
SlkSlovak dictionary
SlvSlovene dictionary
SweSwedish dictionary

Methods

MethodDescription
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:

ParameterTypeDescription
namejava.lang.String

Returns: SpellCheckLanguage