Uses of Class
com.azure.ai.documentintelligence.models.DocumentFontStyle
Packages that use DocumentFontStyle
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of DocumentFontStyle in com.azure.ai.documentintelligence.models
Fields in com.azure.ai.documentintelligence.models declared as DocumentFontStyleModifier and TypeFieldDescriptionstatic final DocumentFontStyleDocumentFontStyle.ITALICCharacters are visually slanted to the right.static final DocumentFontStyleDocumentFontStyle.NORMALCharacters are represented normally.Methods in com.azure.ai.documentintelligence.models that return DocumentFontStyleModifier and TypeMethodDescriptionstatic DocumentFontStyleDocumentFontStyle.fromString(String name) Creates or finds a DocumentFontStyle from its string representation.DocumentStyle.getFontStyle()Get the fontStyle property: Font style.Methods in com.azure.ai.documentintelligence.models that return types with arguments of type DocumentFontStyleModifier and TypeMethodDescriptionstatic Collection<DocumentFontStyle> DocumentFontStyle.values()Gets known DocumentFontStyle values.