Class StampTable
- java.lang.Object
-
- org.wickedsource.docxstamper.processor.table.StampTable
-
public class StampTable extends Object
-
-
Constructor Summary
Constructors Constructor Description StampTable()StampTable(List<String> headers, List<List<String>> records)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StampTableempty()List<String>headers()List<List<String>>records()
-