323324325326327328329330331
public void setFooter(String footer) { set("-footer", footer); } public void setBottom(String bottom) { Html html = new Html(); html.addText(bottom); addBottom(html); }