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<String> |
getColumnHeaderIds()
Gets the columnHeaderIds.
|
List<String> |
getColumnHeaderTexts()
Gets the columnHeaderTexts.
|
List<String> |
getColumnHeaderTextsNormalized()
Gets the columnHeaderTextsNormalized.
|
Long |
getColumnIndexBegin()
Gets the columnIndexBegin.
|
Long |
getColumnIndexEnd()
Gets the columnIndexEnd.
|
TableElementLocation |
getLocation()
Gets the location.
|
List<String> |
getRowHeaderIds()
Gets the rowHeaderIds.
|
List<String> |
getRowHeaderTexts()
Gets the rowHeaderTexts.
|
List<String> |
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<String> getRowHeaderIds()
A list of ID values that represent the table row headers that are associated with this body cell.
public List<String> getRowHeaderTexts()
A list of row header values that are associated with this body cell.
public List<String> getRowHeaderTextsNormalized()
A list of normalized row header values that are associated with this body cell.
public List<String> getColumnHeaderIds()
A list of ID values that represent the column headers that are associated with this body cell.
public List<String> getColumnHeaderTexts()
A list of column header values that are associated with this body cell.
public List<String> getColumnHeaderTextsNormalized()
A list of normalized column header values that are associated with this body cell.
public List<DocumentAttribute> getAttributes()
A list of document attributes.
Copyright © 2024 IBM Cloud. All rights reserved.