public class FooterSetting
extends java.lang.Object
| Constructor and Description |
|---|
FooterSetting() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnable()
Get whether or not the footer is enabled.
|
java.lang.String |
getHtml()
Get the HTML content of the footer.
|
java.lang.String |
getText()
Get the plain text content of the footer.
|
void |
setEnable(boolean enable)
Set whether or not the footer is enabled.
|
void |
setHtml(java.lang.String html)
Set the HTML content of the footer.
|
void |
setText(java.lang.String text)
Set the plain text content of the footer.
|
public boolean getEnable()
public void setEnable(boolean enable)
enable - true if the footer is enabled, false otherwise.public java.lang.String getText()
public void setText(java.lang.String text)
text - the footer plain text.public java.lang.String getHtml()
public void setHtml(java.lang.String html)
html - the footer HTML.