Uses of Enum Class
com.datalogics.PDFL.Language
Packages that use Language
-
Uses of Language in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return LanguageModifier and TypeMethodDescriptionLanguageSetting.getLanguage()The language being specified.static LanguageReturns the enum constant of this class with the specified name.static Language[]Language.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.datalogics.PDFL that return types with arguments of type LanguageModifier and TypeMethodDescriptionOCREngine.getAvailableLanguages()Get a list of languages this OCREngine can use.Methods in com.datalogics.PDFL with parameters of type LanguageModifier and TypeMethodDescriptionbooleanOCREngine.isLanguageAvailable(Language language) Query if a language for OCR is available for use.voidLanguageSetting.setLanguage(Language value) The language being specified.Constructors in com.datalogics.PDFL with parameters of type LanguageModifierConstructorDescriptionLanguageSetting(Language language, boolean prohibit) create a language setting.