java.lang.Object
org.wickedsource.docxstamper.processor.table.StampTable

public class StampTable extends Object
Represents a table with several columns, a headers line, and several lines of content
Version:
1.6.6
Author:
Joseph Verron
  • Constructor Details

    • StampTable

      public StampTable()
      Instantiate an empty table
    • StampTable

      public StampTable(List<String> headers, List<List<String>> records)
      Instantiate a table with headers and several lines
      Parameters:
      headers - the header lines
      records - the lines that the table should contains
  • Method Details