public class TableCellKey
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Method and Description | 
|---|---|
| String | getCellId()Gets the cellId. | 
| TableElementLocation | getLocation()Gets the location. | 
| String | getText()Gets the text. | 
public String getCellId()
The unique ID of the key in the 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 text content of the table cell without HTML markup.
Copyright © 2023 IBM Cloud. All rights reserved.