Class Table


public class Table extends Insert
The programmatic representation and helper functionality for managing A Table in a Compliance Document. A subtype of Insert.
  • Constructor Details

  • Method Details

    • getBody

      public TableBody getBody()
    • getHeader

      public TableHeader getHeader()
    • getFooter

      public TableFooter getFooter()
    • getNoRows

      public int getNoRows()
    • getNoColumns

      public int getNoColumns()
    • getRow

      public Row getRow(int row)
    • getCell

      public Cell getCell(int row, int column)
    • setFooter

      public void setFooter(TableFooter _footer)
    • setBody

      public void setBody(TableBody _body)
    • setHeader

      public void setHeader(TableHeader _header)
    • mergeIn

      public void mergeIn(Table newItem)