Class StampTable
java.lang.Object
org.wickedsource.docxstamper.processor.table.StampTable
Represents a table with several columns, a headers line, and several lines of content
- Version:
- ${version}
- Author:
- Joseph Verron
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiate an empty tableInstantiate a table with headers and several lines -
Method Summary
-
Constructor Details
-
StampTable
public StampTable()Instantiate an empty table -
StampTable
Instantiate a table with headers and several lines- Parameters:
headers- the header linesrecords- the lines that the table should contain
-
-
Method Details
-
empty
empty.
- Returns:
- a
StampTableobject
-
headers
headers.
- Returns:
- a
Listobject
-
records
records.
- Returns:
- a
Listobject
-