|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.Element
org.pentaho.reporting.engine.classic.core.Section
org.pentaho.reporting.engine.classic.core.Band
org.pentaho.reporting.engine.classic.core.AbstractRootLevelBand
org.pentaho.reporting.engine.classic.core.ReportFooter
public class ReportFooter
A report band that appears as the very last band on the report.
Note that if there is a page footer on the last page of your report, it will be printed below the report footer, the logic being that the page footer *always* appears at the bottom of the page. In many cases, it makes better sense to suppress the page footer on the last page of the report (leaving just the report footer on the final page).
Field Summary |
---|
Fields inherited from class org.pentaho.reporting.engine.classic.core.Band |
---|
ANONYMOUS_BAND_PREFIX, CONTENT_TYPE |
Fields inherited from class org.pentaho.reporting.engine.classic.core.Element |
---|
ANONYMOUS_ELEMENT_PREFIX |
Constructor Summary | |
---|---|
ReportFooter()
Constructs a report footer containing no elements. |
Method Summary |
---|
Methods inherited from class org.pentaho.reporting.engine.classic.core.AbstractRootLevelBand |
---|
addSubReport, addSubReport, clone, derive, getSubReport, getSubReportCount, getSubReports, removeSubreport |
Methods inherited from class org.pentaho.reporting.engine.classic.core.Band |
---|
addElement, addElement, addElements, clear, getElement, getElement, getElementArray, getElementCount, isPagebreakAfterPrint, isPagebreakBeforePrint, removeElement, setElementAt, setPagebreakAfterPrint, setPagebreakBeforePrint, toString, unsafeGetElementArray |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.pentaho.reporting.engine.classic.core.ReportElement |
---|
getAttribute, getAttributeExpression, getAttributeExpressionNames, getAttributeExpressionNamespaces, getAttributeNames, getAttributeNamespaces, getAttributes, getId, getMetaData, getName, getObjectID, getParentSection, getReportDefinition, getStyle, getStyleExpression, getStyleExpressions, getTreeLock, setAttribute, setAttributeExpression, setStyleExpression |
Constructor Detail |
---|
public ReportFooter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |