Uses of Enum Class
com.itextpdf.pdf2data.result.meta.FontStyle
-
Uses of FontStyle in com.itextpdf.pdf2data.result.meta
Modifier and TypeMethodDescriptionFontMetaResult.getFontStyle()
Get font style.static FontStyle
Returns 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.ModifierConstructorDescriptionFontMetaResult
(String fontName, FontStyle fontStyle, String fontColor) Creates an instance of font metadata representation.