public class Row extends ComplianceItem
The programmatic representation and helper functionality for managing table Rows in a Compliance Document. A row is made up of Cells.
  • Constructor Details

  • Method Details

    • getCell

      public Cell getCell(int i)
    • getNoCells

      public int getNoCells()
    • addCell

      public void addCell(Cell c)
    • getCells

      public List<Cell> getCells()
    • toString

      public String toString()
      Overrides:
      toString in class ComplianceItem
    • mergeIn

      public void mergeIn(Row newItem)