Interface ITableRow

All Known Implementing Classes:
TableRow

@Ser public interface ITableRow
A table row definition, the main constituent of ITableDocuments.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<? extends ICell>
    Return the list of cells within that row.
  • Method Details

    • getCells

      List<? extends ICell> getCells()
      Return the list of cells within that row.
      Returns:
      a list of cells