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