public class TableRowHeaders
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
String |
getCellId()
Gets the cellId.
|
Long |
getColumnIndexBegin()
Gets the columnIndexBegin.
|
Long |
getColumnIndexEnd()
Gets the columnIndexEnd.
|
TableElementLocation |
getLocation()
Gets the location.
|
Long |
getRowIndexBegin()
Gets the rowIndexBegin.
|
Long |
getRowIndexEnd()
Gets the rowIndexEnd.
|
String |
getText()
Gets the text.
|
String |
getTextNormalized()
Gets the textNormalized.
|
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 String getTextNormalized()
Normalized row header text.
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.
Copyright © 2024 IBM Cloud. All rights reserved.