Class BodyCells
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class BodyCells
extends com.ibm.cloud.sdk.core.service.model.GenericModel
-
Constructor Summary
Constructors Constructor Description BodyCells() -
Method Summary
Modifier and Type Method Description List<Attribute>getAttributes()Gets the attributes.StringgetCellId()Gets the cellId.List<String>getColumnHeaderIds()Gets the columnHeaderIds.List<String>getColumnHeaderTexts()Gets the columnHeaderTexts.List<String>getColumnHeaderTextsNormalized()Gets the columnHeaderTextsNormalized.LonggetColumnIndexBegin()Gets the columnIndexBegin.LonggetColumnIndexEnd()Gets the columnIndexEnd.LocationgetLocation()Gets the location.List<String>getRowHeaderIds()Gets the rowHeaderIds.List<String>getRowHeaderTexts()Gets the rowHeaderTexts.List<String>getRowHeaderTextsNormalized()Gets the rowHeaderTextsNormalized.LonggetRowIndexBegin()Gets the rowIndexBegin.LonggetRowIndexEnd()Gets the rowIndexEnd.StringgetText()Gets the text.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
BodyCells
public BodyCells()
-
-
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.An array that contains the `id` value of a row header that is applicable to this body cell.
- Returns:
- the rowHeaderIds
-
getRowHeaderTexts
Gets the rowHeaderTexts.An array that contains the `text` value of a row header that is applicable to this body cell.
- Returns:
- the rowHeaderTexts
-
getRowHeaderTextsNormalized
Gets the rowHeaderTextsNormalized.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`.
- Returns:
- the rowHeaderTextsNormalized
-
getColumnHeaderIds
Gets the columnHeaderIds.An array that contains the `id` value of a column header that is applicable to the current cell.
- Returns:
- the columnHeaderIds
-
getColumnHeaderTexts
Gets the columnHeaderTexts.An array that contains the `text` value of a column header that is applicable to the current cell.
- Returns:
- the columnHeaderTexts
-
getColumnHeaderTextsNormalized
Gets the columnHeaderTextsNormalized.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`.
- Returns:
- the columnHeaderTextsNormalized
-
getAttributes
Gets the attributes.- Returns:
- the attributes
-