public class StiPrintAtBottom
extends java.lang.Object
| Constructor and Description |
|---|
StiPrintAtBottom(StiEngine engine) |
| Modifier and Type | Method and Description |
|---|---|
void |
Add(StiContainer container)
Adds a collection of containers which will be output on the bottom of a page.
|
boolean |
CanProcess(StiBand band)
Returns true if the specified band is a band that should be output on the bottom of a page.
|
void |
Render(StiContainer outContainer,
int startIndex,
StiContainer markerContainer)
Finds all elements from the specified container of output and outputs them on a new page.
|
public StiEngine engine
public StiPrintAtBottom(StiEngine engine)
public final boolean CanProcess(StiBand band)
band - A band for cheking.public final void Add(StiContainer container)
container - A container for adding into the collection.public final void Render(StiContainer outContainer, int startIndex, StiContainer markerContainer)
outContainer - A container in what bands should be output.startIndex - The Index starting with what it is necessary to find a container-marker. The Index
is specified because there is no need to process again previously output clumns on
a page.markerContainer - A container-marker after what all containers will be moved on the next page.Copyright © 2019 Stimulsoft. All Rights Reserved.