public class Tables
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
Tables() |
Modifier and Type | Method and Description |
---|---|
List<BodyCells> |
getBodyCells()
Gets the bodyCells.
|
List<ColumnHeaders> |
getColumnHeaders()
Gets the columnHeaders.
|
List<Contexts> |
getContexts()
Gets the contexts.
|
List<KeyValuePair> |
getKeyValuePairs()
Gets the keyValuePairs.
|
Location |
getLocation()
Gets the location.
|
List<RowHeaders> |
getRowHeaders()
Gets the rowHeaders.
|
SectionTitle |
getSectionTitle()
Gets the sectionTitle.
|
List<TableHeaders> |
getTableHeaders()
Gets the tableHeaders.
|
String |
getText()
Gets the text.
|
TableTitle |
getTitle()
Gets the title.
|
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 the current table from the input document without associated markup content.
public SectionTitle getSectionTitle()
The table's section title, if identified.
public TableTitle getTitle()
If identified, the title or caption of the current table of the form `Table x.: ...`. Empty when no title is identified. When exposed, the `title` is also excluded from the `contexts` array of the same table.
public List<TableHeaders> getTableHeaders()
An array of table-level cells that apply as headers to all the other cells in the current table.
public List<RowHeaders> getRowHeaders()
An array of row-level cells, each applicable as a header to other cells in the same row as itself, of the current table.
public List<ColumnHeaders> getColumnHeaders()
An array of column-level cells, each applicable as a header to other cells in the same column as itself, of the current table.
public List<BodyCells> getBodyCells()
An array of cells that are neither table header nor column header nor row header cells, of the current table with corresponding row and column header associations.
public List<Contexts> getContexts()
An array of objects that list text that is related to the table contents and that precedes or follows the current table.
public List<KeyValuePair> getKeyValuePairs()
An array of key-value pairs identified in the current table.
Copyright © 2021 IBM Cloud. All rights reserved.