public interface PageTemplateBuilder
Modifier and Type | Method and Description |
---|---|
void |
addToFooter(FieldList obj)
Adds a line to the header
|
void |
addToHeader(FieldList obj)
Adds a line to the header
|
void |
addToLeftMargin(MarginRegion margin)
Adds a column to the left margin of the page.
|
void |
addToRightMargin(MarginRegion margin)
Adds a column to the right margin of the page.
|
void addToHeader(FieldList obj)
obj
- the field listvoid addToFooter(FieldList obj)
obj
- the field listvoid addToLeftMargin(MarginRegion margin)
margin
- the columnvoid addToRightMargin(MarginRegion margin)
margin
- the column