Uses of Class
com.azure.ai.formrecognizer.documentanalysis.models.FontWeight
Packages that use FontWeight
Package
Description
Package containing the data models for FormRecognizerClient.
-
Uses of FontWeight in com.azure.ai.formrecognizer.documentanalysis.models
Fields in com.azure.ai.formrecognizer.documentanalysis.models declared as FontWeightModifier and TypeFieldDescriptionstatic final FontWeightFontWeight.BOLDStatic value bold for FontWeight.static final FontWeightFontWeight.NORMALStatic value normal for FontWeight.Methods in com.azure.ai.formrecognizer.documentanalysis.models that return FontWeightModifier and TypeMethodDescriptionstatic FontWeightFontWeight.fromString(String name) Creates or finds a FontWeight from its string representation.DocumentStyle.getFontWeight()Get the fontWeight property: Font weight.Methods in com.azure.ai.formrecognizer.documentanalysis.models that return types with arguments of type FontWeightModifier and TypeMethodDescriptionstatic Collection<FontWeight>FontWeight.values()Gets known FontWeight values.