public class BodyCells
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Attribute> |
attributes |
protected java.lang.String |
cellId |
protected java.util.List<java.lang.String> |
columnHeaderIds |
protected java.util.List<java.lang.String> |
columnHeaderTexts |
protected java.util.List<java.lang.String> |
columnHeaderTextsNormalized |
protected java.lang.Long |
columnIndexBegin |
protected java.lang.Long |
columnIndexEnd |
protected Location |
location |
protected java.util.List<java.lang.String> |
rowHeaderIds |
protected java.util.List<java.lang.String> |
rowHeaderTexts |
protected java.util.List<java.lang.String> |
rowHeaderTextsNormalized |
protected java.lang.Long |
rowIndexBegin |
protected java.lang.Long |
rowIndexEnd |
protected java.lang.String |
text |
Constructor and Description |
---|
BodyCells() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Attribute> |
getAttributes()
Gets the attributes.
|
java.lang.String |
getCellId()
Gets the cellId.
|
java.util.List<java.lang.String> |
getColumnHeaderIds()
Gets the columnHeaderIds.
|
java.util.List<java.lang.String> |
getColumnHeaderTexts()
Gets the columnHeaderTexts.
|
java.util.List<java.lang.String> |
getColumnHeaderTextsNormalized()
Gets the columnHeaderTextsNormalized.
|
java.lang.Long |
getColumnIndexBegin()
Gets the columnIndexBegin.
|
java.lang.Long |
getColumnIndexEnd()
Gets the columnIndexEnd.
|
Location |
getLocation()
Gets the location.
|
java.util.List<java.lang.String> |
getRowHeaderIds()
Gets the rowHeaderIds.
|
java.util.List<java.lang.String> |
getRowHeaderTexts()
Gets the rowHeaderTexts.
|
java.util.List<java.lang.String> |
getRowHeaderTextsNormalized()
Gets the rowHeaderTextsNormalized.
|
java.lang.Long |
getRowIndexBegin()
Gets the rowIndexBegin.
|
java.lang.Long |
getRowIndexEnd()
Gets the rowIndexEnd.
|
java.lang.String |
getText()
Gets the text.
|
@SerializedName(value="cell_id") protected java.lang.String cellId
protected Location location
protected java.lang.String text
@SerializedName(value="row_index_begin") protected java.lang.Long rowIndexBegin
@SerializedName(value="row_index_end") protected java.lang.Long rowIndexEnd
@SerializedName(value="column_index_begin") protected java.lang.Long columnIndexBegin
@SerializedName(value="column_index_end") protected java.lang.Long columnIndexEnd
@SerializedName(value="row_header_ids") protected java.util.List<java.lang.String> rowHeaderIds
@SerializedName(value="row_header_texts") protected java.util.List<java.lang.String> rowHeaderTexts
@SerializedName(value="row_header_texts_normalized") protected java.util.List<java.lang.String> rowHeaderTextsNormalized
@SerializedName(value="column_header_ids") protected java.util.List<java.lang.String> columnHeaderIds
@SerializedName(value="column_header_texts") protected java.util.List<java.lang.String> columnHeaderTexts
@SerializedName(value="column_header_texts_normalized") protected java.util.List<java.lang.String> columnHeaderTextsNormalized
protected java.util.List<Attribute> attributes
public java.lang.String getCellId()
The unique ID of the cell in the current table.
public Location getLocation()
The numeric location of the identified element in the document, represented with two integers labeled `begin` and `end`.
public java.lang.String getText()
The textual contents of this cell from the input document without associated markup content.
public java.lang.Long getRowIndexBegin()
The `begin` index of this cell's `row` location in the current table.
public java.lang.Long getRowIndexEnd()
The `end` index of this cell's `row` location in the current table.
public java.lang.Long getColumnIndexBegin()
The `begin` index of this cell's `column` location in the current table.
public java.lang.Long getColumnIndexEnd()
The `end` index of this cell's `column` location in the current table.
public java.util.List<java.lang.String> getRowHeaderIds()
An array that contains the `id` value of a row header that is applicable to this body cell.
public java.util.List<java.lang.String> getRowHeaderTexts()
An array that contains the `text` value of a row header that is applicable to this body cell.
public java.util.List<java.lang.String> getRowHeaderTextsNormalized()
If you provide customization input, the normalized version of the row header texts according to the customization; otherwise, the same value as `row_header_texts`.
public java.util.List<java.lang.String> getColumnHeaderIds()
An array that contains the `id` value of a column header that is applicable to the current cell.
public java.util.List<java.lang.String> getColumnHeaderTexts()
An array that contains the `text` value of a column header that is applicable to the current cell.
public java.util.List<java.lang.String> getColumnHeaderTextsNormalized()
If you provide customization input, the normalized version of the column header texts according to the customization; otherwise, the same value as `column_header_texts`.
public java.util.List<Attribute> getAttributes()