public class TableColumnHeaders
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.
|
Map<String,Object> |
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 Map<String,Object> getLocation()
The location of the column header cell in the current table as defined by its `begin` and `end` offsets, respectfully, in the input document.
public String getText()
The textual contents of this cell from the input document without associated markup content.
public String getTextNormalized()
If you provide customization input, the normalized version of the cell text according to the customization; otherwise, the same value as `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 © 2023 IBM Cloud. All rights reserved.