public class StiFootersOnAllPages
extends java.lang.Object
| Constructor and Description |
|---|
StiFootersOnAllPages(StiEngine engine) |
| Modifier and Type | Method and Description |
|---|---|
void |
Add(StiContainer container)
Adds a container into the collection of containers which will be output on all pages on the
bottom of a page.
|
boolean |
CanProcess(StiBand band)
Returns true, if the specified band is the Footer.
|
void |
Render(StiContainer outContainer,
int startIndex,
StiContainer markerContainer)
Производит поиск и вывод внизу страницы, всех Footers из указанного контейнера вывода.
|
public StiEngine engine
public StiFootersOnAllPages(StiEngine engine)
public final void Add(StiContainer container)
container - Контейнер для добавления в коллекцию.public final boolean CanProcess(StiBand band)
band - A band for cheking.public final void Render(StiContainer outContainer, int startIndex, StiContainer markerContainer)
outContainer - A container in what Footers should be output.startIndex - Индекс, начиная с которого, необходимо произвести поиск контейнера-маркера. Индекс
указывается для того, чтобы не производить повторную обработку выведенных ранее
колонок на странице.markerContainer - Контейнер - маркер, после которого все контейнеры будут перенесены на следующию
страницу.Copyright © 2019 Stimulsoft. All Rights Reserved.