Class TableBodyCells
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TableBodyCells
extends com.ibm.cloud.sdk.core.service.model.GenericModel
-
Constructor Summary
Constructors Constructor Description TableBodyCells()
-
Method Summary
Modifier and Type Method 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.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
TableBodyCells
public TableBodyCells()
-
-
Method Details
-
getCellId
Gets the cellId.The unique ID of the cell in the current table.
- Returns:
- the cellId
-
getLocation
Gets the location.The numeric location of the identified element in the document, represented with two integers labeled `begin` and `end`.
- Returns:
- the location
-
getText
Gets the text.The textual contents of this cell from the input document without associated markup content.
- Returns:
- the text
-
getRowIndexBegin
Gets the rowIndexBegin.The `begin` index of this cell's `row` location in the current table.
- Returns:
- the rowIndexBegin
-
getRowIndexEnd
Gets the rowIndexEnd.The `end` index of this cell's `row` location in the current table.
- Returns:
- the rowIndexEnd
-
getColumnIndexBegin
Gets the columnIndexBegin.The `begin` index of this cell's `column` location in the current table.
- Returns:
- the columnIndexBegin
-
getColumnIndexEnd
Gets the columnIndexEnd.The `end` index of this cell's `column` location in the current table.
- Returns:
- the columnIndexEnd
-
getRowHeaderIds
Gets the rowHeaderIds.A list of table row header ids.
- Returns:
- the rowHeaderIds
-
getRowHeaderTexts
Gets the rowHeaderTexts.A list of table row header texts.
- Returns:
- the rowHeaderTexts
-
getRowHeaderTextsNormalized
Gets the rowHeaderTextsNormalized.A list of table row header texts normalized.
- Returns:
- the rowHeaderTextsNormalized
-
getColumnHeaderIds
Gets the columnHeaderIds.A list of table column header ids.
- Returns:
- the columnHeaderIds
-
getColumnHeaderTexts
Gets the columnHeaderTexts.A list of table column header texts.
- Returns:
- the columnHeaderTexts
-
getColumnHeaderTextsNormalized
Gets the columnHeaderTextsNormalized.A list of table column header texts normalized.
- Returns:
- the columnHeaderTextsNormalized
-
getAttributes
Gets the attributes.A list of document attributes.
- Returns:
- the attributes
-