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