DocumentTableCellKind Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. documentintelligence. models. DocumentTableCellKind
- com.
- com.
public final class DocumentTableCellKind
extends ExpandableStringEnum<DocumentTableCellKind>
Table cell kind.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Document |
COLUMN_HEADER
Describes the content of the column. |
static final
Document |
CONTENT
Contains the main content/data. |
static final
Document |
DESCRIPTION
Describes the content in (parts of) the table. |
static final
Document |
ROW_HEADER
Describes the content of the row. |
static final
Document |
STUB_HEAD
Describes the row headers, usually located at the top left corner of a table. |
Constructor Summary
Constructor | Description |
---|---|
DocumentTableCellKind() |
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
COLUMN_HEADER
public static final DocumentTableCellKind COLUMN_HEADER
Describes the content of the column.
CONTENT
public static final DocumentTableCellKind CONTENT
Contains the main content/data.
DESCRIPTION
public static final DocumentTableCellKind DESCRIPTION
Describes the content in (parts of) the table.
ROW_HEADER
public static final DocumentTableCellKind ROW_HEADER
Describes the content of the row.
STUB_HEAD
public static final DocumentTableCellKind STUB_HEAD
Describes the row headers, usually located at the top left corner of a table.
Constructor Details
DocumentTableCellKind
@Deprecated
public DocumentTableCellKind()
Deprecated
Creates a new instance of DocumentTableCellKind value.
Method Details
fromString
public static DocumentTableCellKind fromString(String name)
Creates or finds a DocumentTableCellKind from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known DocumentTableCellKind values.
Returns:
Applies to
Azure SDK for Java