Uses of Class
com.azure.ai.formrecognizer.documentanalysis.models.FontStyle
Package
Description
Package containing the data models for FormRecognizerClient.
-
Uses of FontStyle in com.azure.ai.formrecognizer.documentanalysis.models
Modifier and TypeFieldDescriptionstatic final FontStyle
FontStyle.ITALIC
Static value italic for FontStyle.static final FontStyle
FontStyle.NORMAL
Static value normal for FontStyle.Modifier and TypeMethodDescriptionstatic FontStyle
FontStyle.fromString
(String name) Creates or finds a FontStyle from its string representation.DocumentStyle.getFontStyle()
Get the fontStyle property: Font style.Modifier and TypeMethodDescriptionstatic Collection<FontStyle>
FontStyle.values()
Gets known FontStyle values.