public class TableBodyCells
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
List<DocumentAttribute> |
getAttributes()
Gets the attributes.
|
String |
getCellId()
Gets the cellId.
|
List<TableColumnHeaderIds> |
getColumnHeaderIds()
Gets the columnHeaderIds.
|
List<TableColumnHeaderTexts> |
getColumnHeaderTexts()
Gets the columnHeaderTexts.
|
List<TableColumnHeaderTextsNormalized> |
getColumnHeaderTextsNormalized()
Gets the columnHeaderTextsNormalized.
|
Long |
getColumnIndexBegin()
Gets the columnIndexBegin.
|
Long |
getColumnIndexEnd()
Gets the columnIndexEnd.
|
TableElementLocation |
getLocation()
Gets the location.
|
List<TableRowHeaderIds> |
getRowHeaderIds()
Gets the rowHeaderIds.
|
List<TableRowHeaderTexts> |
getRowHeaderTexts()
Gets the rowHeaderTexts.
|
List<TableRowHeaderTextsNormalized> |
getRowHeaderTextsNormalized()
Gets the rowHeaderTextsNormalized.
|
Long |
getRowIndexBegin()
Gets the rowIndexBegin.
|
Long |
getRowIndexEnd()
Gets the rowIndexEnd.
|
String |
getText()
Gets the text.
|
public String getCellId()
The unique ID of the cell in the current table.
public TableElementLocation getLocation()
The numeric location of the identified element in the document, represented with two integers labeled `begin` and `end`.
public String getText()
The textual contents of this cell from the input document without associated markup content.
public Long getRowIndexBegin()
The `begin` index of this cell's `row` location in the current table.
public Long getRowIndexEnd()
The `end` index of this cell's `row` location in the current table.
public Long getColumnIndexBegin()
The `begin` index of this cell's `column` location in the current table.
public Long getColumnIndexEnd()
The `end` index of this cell's `column` location in the current table.
public List<TableRowHeaderIds> getRowHeaderIds()
A list of table row header ids.
public List<TableRowHeaderTexts> getRowHeaderTexts()
A list of table row header texts.
public List<TableRowHeaderTextsNormalized> getRowHeaderTextsNormalized()
A list of table row header texts normalized.
public List<TableColumnHeaderIds> getColumnHeaderIds()
A list of table column header ids.
public List<TableColumnHeaderTexts> getColumnHeaderTexts()
A list of table column header texts.
public List<TableColumnHeaderTextsNormalized> getColumnHeaderTextsNormalized()
A list of table column header texts normalized.
public List<DocumentAttribute> getAttributes()
A list of document attributes.
Copyright © 2023 IBM Cloud. All rights reserved.