public class BodyCells
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
BodyCells() |
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
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.
|
Location |
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 Location 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()
An array that contains the `id` value of a row header that is applicable to this body cell.
public List<String> getRowHeaderTexts()
An array that contains the `text` value of a row header that is applicable to this body cell.
public List<String> getRowHeaderTextsNormalized()
If you provide customization input, the normalized version of the row header texts according to the customization; otherwise, the same value as `row_header_texts`.
public List<String> getColumnHeaderIds()
An array that contains the `id` value of a column header that is applicable to the current cell.
public List<String> getColumnHeaderTexts()
An array that contains the `text` value of a column header that is applicable to the current cell.
public List<String> getColumnHeaderTextsNormalized()
If you provide customization input, the normalized version of the column header texts according to the customization; otherwise, the same value as `column_header_texts`.
Copyright © 2021 IBM Cloud. All rights reserved.