Class StiFootersOnAllPages
java.lang.Object
com.stimulsoft.report.engine.engineV2.StiFootersOnAllPages
A class helps to output Footers, which should be output on all pages on the bottom of a page.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidAdd(StiContainer container) Adds a container into the collection of containers which will be output on all pages on the bottom of a page.final booleanCanProcess(StiBand band) Returns true, if the specified band is the Footer.final voidRender(StiContainer outContainer, int startIndex, StiContainer markerContainer)
-
Field Details
-
engine
-
-
Constructor Details
-
StiFootersOnAllPages
-
-
Method Details
-
Add
Adds a container into the collection of containers which will be output on all pages on the bottom of a page.- Parameters:
container-
-
CanProcess
Returns true, if the specified band is the Footer. The Footer should be output on all pages on the bottom of a page.- Parameters:
band- A band for cheking.- Returns:
-
Render
-