| Package | stimulsoft.report.engine.engineV2 |
| Class | public class StiPrintAtBottom |
| Inheritance | StiPrintAtBottom Object |
| Method | Defined By | ||
|---|---|---|---|
StiPrintAtBottom(engine:StiEngine) | StiPrintAtBottom | ||
add(container:StiContainer):void
Adds a collection of containers which will be output on the bottom of a page. | StiPrintAtBottom | ||
canProcess(band:StiBand):Boolean
Returns true if the specified band is a band that should be output on the bottom of a page. | StiPrintAtBottom | ||
Finds all elements from the specified container of output and outputs them on a new page. | StiPrintAtBottom | ||
| engine | property |
public var engine:StiEngine = null| StiPrintAtBottom | () | Constructor |
| add | () | method |
public function add(container:StiContainer):voidAdds a collection of containers which will be output on the bottom of a page. container" > A container for adding into the collection.
Parameters
container:StiContainer |
| canProcess | () | method |
public function canProcess(band:StiBand):BooleanReturns true if the specified band is a band that should be output on the bottom of a page.
Parameters
band:StiBand |
Boolean |
| render | () | method |
public function render(outContainer:StiContainer, startIndex:int, markerContainer:StiContainer):voidFinds all elements from the specified container of output and outputs them on a new page. Outputs elements which are found before the container-marker. The rest of elements will be moved on the next page. All elements should be found in a previously compiled list of bands which are output on the bottom of a page. When processing, a new vertical position on the bottom of a page is set. "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.
Parameters
outContainer:StiContainer | |
startIndex:int | |
markerContainer:StiContainer |