Uses of Enum Class
com.itextpdf.pdf2data.result.meta.FontStyle
Packages that use FontStyle
-
Uses of FontStyle in com.itextpdf.pdf2data.result.meta
Methods in com.itextpdf.pdf2data.result.meta that return FontStyleModifier and TypeMethodDescriptionFontMetaResult.getFontStyle()Get font style.static FontStyleReturns the enum constant of this class with the specified name.static FontStyle[]FontStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.itextpdf.pdf2data.result.meta with parameters of type FontStyleModifierConstructorDescriptionFontMetaResult(String fontName, FontStyle fontStyle, String fontColor) Creates an instance of font metadata representation.