Uses of Class
com.itextpdf.text.pdf.fonts.otf.Language
-
Packages that use Language Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.fonts.otf -
-
Uses of Language in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as Language Modifier and Type Field Description private LanguageTrueTypeFontUnicode. supportedLanguageFields in com.itextpdf.text.pdf with type parameters of type Language Modifier and Type Field Description private static java.util.List<Language>TrueTypeFontUnicode. SUPPORTED_LANGUAGES_FOR_OTFMethods in com.itextpdf.text.pdf that return Language Modifier and Type Method Description (package private) LanguageTrueTypeFontUnicode. getSupportedLanguage() -
Uses of Language in com.itextpdf.text.pdf.fonts.otf
Methods in com.itextpdf.text.pdf.fonts.otf that return Language Modifier and Type Method Description LanguageOpenTypeFontTableReader. getSupportedLanguage()static LanguageLanguage. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Language[]Language. values()Returns an array containing the constants of this enum type, in the order they are declared.
-