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 Language
TrueTypeFontUnicode. supportedLanguage
Fields 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_OTF
Methods in com.itextpdf.text.pdf that return Language Modifier and Type Method Description (package private) Language
TrueTypeFontUnicode. 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 Language
OpenTypeFontTableReader. getSupportedLanguage()
static Language
Language. 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.
-