Uses of Enum Class
com.moebiusgames.pdfbox.table.PDFUtils.FontModifier
-
Uses of PDFUtils.FontModifier in com.moebiusgames.pdfbox.table
Methods in com.moebiusgames.pdfbox.table that return PDFUtils.FontModifierModifier and TypeMethodDescriptionstatic PDFUtils.FontModifierReturns the enum constant of this class with the specified name.static PDFUtils.FontModifier[]PDFUtils.FontModifier.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.moebiusgames.pdfbox.table with parameters of type PDFUtils.FontModifierModifier and TypeMethodDescriptionstatic org.apache.pdfbox.pdmodel.font.PDFontPDFUtils.modifyFont(org.apache.pdfbox.pdmodel.font.PDFont font, PDFUtils.FontModifier... modifiers) Method parameters in com.moebiusgames.pdfbox.table with type arguments of type PDFUtils.FontModifierModifier and TypeMethodDescriptionstatic org.apache.pdfbox.pdmodel.font.PDFontPDFUtils.modifyFont(org.apache.pdfbox.pdmodel.font.PDFont font, Set<PDFUtils.FontModifier> modifiers)