DocumentFontStyle Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. documentintelligence. models. DocumentFontStyle
- com.
- com.
public final class DocumentFontStyle
extends ExpandableStringEnum<DocumentFontStyle>
Font style.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Document |
ITALIC
Characters are visually slanted to the right. |
static final
Document |
NORMAL
Characters are represented normally. |
Constructor Summary
Constructor | Description |
---|---|
DocumentFontStyle() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Document |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Document |
fromString(String name)
Creates or finds a Document |
static
Collection<Document |
values()
Gets known Document |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ITALIC
public static final DocumentFontStyle ITALIC
Characters are visually slanted to the right.
NORMAL
public static final DocumentFontStyle NORMAL
Characters are represented normally.
Constructor Details
DocumentFontStyle
@Deprecated
public DocumentFontStyle()
Deprecated
Creates a new instance of DocumentFontStyle value.
Method Details
fromString
public static DocumentFontStyle fromString(String name)
Creates or finds a DocumentFontStyle from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known DocumentFontStyle values.
Returns:
Applies to
Azure SDK for Java