Uses of Enum
com.itextpdf.styledxmlparser.css.font.CssFontFace.FontFormat
-
Uses of CssFontFace.FontFormat in com.itextpdf.styledxmlparser.css.font
Modifier and TypeMethodDescriptionCssFontFace.CssFontFaceSrc.getFormat()
static CssFontFace.FontFormat
CssFontFace.CssFontFaceSrc.parseFormat
(String formatStr) Parses aString
to a font format.static CssFontFace.FontFormat
Returns the enum constant of this type with the specified name.static CssFontFace.FontFormat[]
CssFontFace.FontFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic boolean
CssFontFace.isSupportedFontFormat
(CssFontFace.FontFormat format) Checks whether in general we support requested font format.