Uses of Class
com.azure.ai.documentintelligence.models.FontStyle
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of FontStyle in com.azure.ai.documentintelligence.models
Modifier and TypeFieldDescriptionstatic final FontStyle
FontStyle.ITALIC
Characters are visually slanted to the right.static final FontStyle
FontStyle.NORMAL
Characters are represented normally.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.