Uses of Class
com.azure.ai.documentintelligence.models.FontWeight
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of FontWeight in com.azure.ai.documentintelligence.models
Modifier and TypeFieldDescriptionstatic final FontWeight
FontWeight.BOLD
Characters are represented with thicker strokes.static final FontWeight
FontWeight.NORMAL
Characters are represented normally.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.