Uses of Class
com.azure.ai.documentintelligence.models.DocumentFontStyle
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of DocumentFontStyle in com.azure.ai.documentintelligence.models
Modifier and TypeFieldDescriptionstatic final DocumentFontStyle
DocumentFontStyle.ITALIC
Characters are visually slanted to the right.static final DocumentFontStyle
DocumentFontStyle.NORMAL
Characters are represented normally.Modifier and TypeMethodDescriptionstatic DocumentFontStyle
DocumentFontStyle.fromString
(String name) Creates or finds a DocumentFontStyle from its string representation.DocumentStyle.getFontStyle()
Get the fontStyle property: Font style.Modifier and TypeMethodDescriptionstatic Collection
<DocumentFontStyle> DocumentFontStyle.values()
Gets known DocumentFontStyle values.