Class TableHeaders

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.TableHeaders
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class TableHeaders
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The contents of the current table's header.
  • Constructor Details

    • TableHeaders

      public TableHeaders()
  • Method Details

    • getCellId

      public String getCellId()
      Gets the cellId.

      The unique ID of the cell in the current table.

      Returns:
      the cellId
    • getLocation

      public Map<String,​Object> getLocation()
      Gets the location.

      The location of the table header cell in the current table as defined by its `begin` and `end` offsets, respectfully, in the input document.

      Returns:
      the location
    • getText

      public String getText()
      Gets the text.

      The textual contents of the cell from the input document without associated markup content.

      Returns:
      the text
    • getRowIndexBegin

      public Long getRowIndexBegin()
      Gets the rowIndexBegin.

      The `begin` index of this cell's `row` location in the current table.

      Returns:
      the rowIndexBegin
    • getRowIndexEnd

      public Long getRowIndexEnd()
      Gets the rowIndexEnd.

      The `end` index of this cell's `row` location in the current table.

      Returns:
      the rowIndexEnd
    • getColumnIndexBegin

      public Long getColumnIndexBegin()
      Gets the columnIndexBegin.

      The `begin` index of this cell's `column` location in the current table.

      Returns:
      the columnIndexBegin
    • getColumnIndexEnd

      public Long getColumnIndexEnd()
      Gets the columnIndexEnd.

      The `end` index of this cell's `column` location in the current table.

      Returns:
      the columnIndexEnd