public interface PdfTemplate
extends net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_APPLY_BACKGROUND_STYLES
Constant property name for "applyBackgroundStyles" for internal storage and queries.
|
static java.lang.String |
PROP_CONTENT_TEMPLATE_EN
Constant property name for "contentTemplate" and domain "EN" for internal storage and queries.
|
static java.lang.String |
PROP_FOOTER_MARGIN
Constant property name for "footerMargin" for internal storage and queries.
|
static java.lang.String |
PROP_FOOTER_TEMPLATE_EN
Constant property name for "footerTemplate" and domain "EN" for internal storage and queries.
|
static java.lang.String |
PROP_HEADER_MARGIN
Constant property name for "headerMargin" for internal storage and queries.
|
static java.lang.String |
PROP_HEADER_TEMPLATE_EN
Constant property name for "headerTemplate" and domain "EN" for internal storage and queries.
|
static java.lang.String |
PROP_ID
Constant property name for "id" for internal storage and queries.
|
static java.lang.String |
PROP_LOCALIZATIONS
Constant property name for "localizations" for internal storage and queries.
|
static java.lang.String |
PROP_NAME
Constant property name for "name" for internal storage and queries.
|
static java.lang.String |
PROP_SHOW_PAGE_NUMBERS
Constant property name for "showPageNumbers" for internal storage and queries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addLocalizationsElement(java.lang.String guard)
Adds a new element to the list.
|
void |
copyLANG2LANG(java.lang.String sourceLanguge,
java.lang.String destLanguage)
Copies all multilingual properties from source language to destination language
|
boolean |
getApplyBackgroundStyles()
Returns the value of the applyBackgroundStyles attribute.
|
java.lang.String |
getContentTemplate()
Returns the current value of the contentTemplate attribute.
|
java.lang.String |
getContentTemplateEN()
Returns the value of the contentTemplate attribute in the "EN" domain.
|
int |
getFooterMargin()
Returns the value of the footerMargin attribute.
|
java.lang.String |
getFooterTemplate()
Returns the current value of the footerTemplate attribute.
|
java.lang.String |
getFooterTemplateEN()
Returns the value of the footerTemplate attribute in the "EN" domain.
|
int |
getHeaderMargin()
Returns the value of the headerMargin attribute.
|
java.lang.String |
getHeaderTemplate()
Returns the current value of the headerTemplate attribute.
|
java.lang.String |
getHeaderTemplateEN()
Returns the value of the headerTemplate attribute in the "EN" domain.
|
java.util.List<java.lang.String> |
getLocalizations()
Returns the value of the localizations attribute.
|
java.lang.String |
getLocalizationsElement(int index)
Returns the element at the position index in the list.
|
int |
getLocalizationsSize()
Returns the number of elements in the "localizations" container
|
java.lang.String |
getName()
Returns the value of the name attribute.
|
boolean |
getShowPageNumbers()
Returns the value of the showPageNumbers attribute.
|
void |
removeLocalizationsElement(int index)
Removes the element at position index from the list.
|
void |
setApplyBackgroundStyles(boolean value)
Sets the value of the applyBackgroundStyles attribute.
|
void |
setContentTemplate(java.lang.String value)
Sets the value of the contentTemplate attribute in the current domain.
|
void |
setContentTemplateEN(java.lang.String value)
Sets the value of the contentTemplate attribute in the domain "EN"
|
void |
setFooterMargin(int value)
Sets the value of the footerMargin attribute.
|
void |
setFooterTemplate(java.lang.String value)
Sets the value of the footerTemplate attribute in the current domain.
|
void |
setFooterTemplateEN(java.lang.String value)
Sets the value of the footerTemplate attribute in the domain "EN"
|
void |
setHeaderMargin(int value)
Sets the value of the headerMargin attribute.
|
void |
setHeaderTemplate(java.lang.String value)
Sets the value of the headerTemplate attribute in the current domain.
|
void |
setHeaderTemplateEN(java.lang.String value)
Sets the value of the headerTemplate attribute in the domain "EN"
|
void |
setLocalizations(java.util.List<java.lang.String> value)
Sets the value of the localizations attribute.
|
void |
setName(java.lang.String value)
Sets the value of the name attribute.
|
void |
setShowPageNumbers(boolean value)
Sets the value of the showPageNumbers attribute.
|
void |
swapLocalizationsElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
static final java.lang.String PROP_ID
static final java.lang.String PROP_NAME
static final java.lang.String PROP_SHOW_PAGE_NUMBERS
static final java.lang.String PROP_APPLY_BACKGROUND_STYLES
static final java.lang.String PROP_HEADER_TEMPLATE_EN
static final java.lang.String PROP_HEADER_MARGIN
static final java.lang.String PROP_FOOTER_TEMPLATE_EN
static final java.lang.String PROP_FOOTER_MARGIN
static final java.lang.String PROP_CONTENT_TEMPLATE_EN
static final java.lang.String PROP_LOCALIZATIONS
java.lang.String getName()
void setName(java.lang.String value)
boolean getShowPageNumbers()
void setShowPageNumbers(boolean value)
boolean getApplyBackgroundStyles()
void setApplyBackgroundStyles(boolean value)
java.lang.String getHeaderTemplateEN()
java.lang.String getHeaderTemplate()
void setHeaderTemplateEN(java.lang.String value)
void setHeaderTemplate(java.lang.String value)
int getHeaderMargin()
void setHeaderMargin(int value)
java.lang.String getFooterTemplateEN()
java.lang.String getFooterTemplate()
void setFooterTemplateEN(java.lang.String value)
void setFooterTemplate(java.lang.String value)
int getFooterMargin()
void setFooterMargin(int value)
java.lang.String getContentTemplateEN()
java.lang.String getContentTemplate()
void setContentTemplateEN(java.lang.String value)
void setContentTemplate(java.lang.String value)
java.util.List<java.lang.String> getLocalizations()
void setLocalizations(java.util.List<java.lang.String> value)
int getLocalizationsSize()
void addLocalizationsElement(java.lang.String guard)
void removeLocalizationsElement(int index)
void swapLocalizationsElement(int index1,
int index2)
java.lang.String getLocalizationsElement(int index)
void copyLANG2LANG(java.lang.String sourceLanguge,
java.lang.String destLanguage)
Copyright © 2012-2023 anotheria.net. All Rights Reserved.