Uses of Enum Class
com.storedobject.pdf.PDFFont.Language
Packages that use PDFFont.Language
- 
Uses of PDFFont.Language in com.storedobject.pdfMethods in com.storedobject.pdf that return PDFFont.LanguageModifier and TypeMethodDescriptionstatic PDFFont.LanguageReturns the enum constant of this class with the specified name.static PDFFont.Language[]PDFFont.Language.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.storedobject.pdf with parameters of type PDFFont.LanguageModifier and TypeMethodDescriptionvoidPDF.setLanguage(PDFFont.Language language) Sets the font language for this PDF.voidPDF.setLanguage(PDFFont.Language language, int fontSize) Sets the font language for this PDF.