Class PdfTemplateBuilder
java.lang.Object
net.anotheria.anosite.gen.asresourcedata.data.PdfTemplateBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<PdfTemplate>
public class PdfTemplateBuilder
extends Object
implements net.anotheria.asg.data.Builder<PdfTemplate>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyBackgroundStyles(boolean aValue) Sets the value of the applyBackgroundStyles attribute.build()contentTemplate(String aValue) Sets the value of the contentTemplate attribute.footerMargin(int aValue) Sets the value of the footerMargin attribute.footerTemplate(String aValue) Sets the value of the footerTemplate attribute.headerMargin(int aValue) Sets the value of the headerMargin attribute.headerTemplate(String aValue) Sets the value of the headerTemplate attribute.localizations(List<String> aValue) Sets the value of the localizations attribute.Sets the value of the name attribute.showPageNumbers(boolean aValue) Sets the value of the showPageNumbers attribute.
-
Field Details
-
name
-
showPageNumbers
protected boolean showPageNumbers -
applyBackgroundStyles
protected boolean applyBackgroundStyles -
headerTemplate
-
headerMargin
protected int headerMargin -
contentTemplate
-
localizations
-
-
Constructor Details
-
PdfTemplateBuilder
public PdfTemplateBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
showPageNumbers
Sets the value of the showPageNumbers attribute. -
applyBackgroundStyles
Sets the value of the applyBackgroundStyles attribute. -
headerTemplate
Sets the value of the headerTemplate attribute. -
headerMargin
Sets the value of the headerMargin attribute. -
contentTemplate
Sets the value of the contentTemplate attribute. -
localizations
Sets the value of the localizations attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<PdfTemplate>
-