Class FontWeight
java.lang.Object
com.azure.core.util.ExpandableStringEnum<FontWeight>
com.azure.ai.documentintelligence.models.FontWeight
Font weight.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final FontWeight
Characters are represented with thicker strokes.static final FontWeight
Characters are represented normally. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FontWeight
fromString
(String name) Creates or finds a FontWeight from its string representation.static Collection<FontWeight>
values()
Gets known FontWeight values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NORMAL
Characters are represented normally. -
BOLD
Characters are represented with thicker strokes.
-
-
Constructor Details
-
FontWeight
Deprecated.Use thefromString(String)
factory method.Creates a new instance of FontWeight value.
-
-
Method Details
-
fromString
Creates or finds a FontWeight from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding FontWeight.
-
values
Gets known FontWeight values.- Returns:
- known FontWeight values.
-
fromString(String)
factory method.