Package | stimulsoft.report.engine.engineV2 |
Class | public class StiFootersOnAllPages |
Inheritance | StiFootersOnAllPages ![]() |
Method | Defined By | ||
---|---|---|---|
StiFootersOnAllPages(engine:StiEngine) | StiFootersOnAllPages | ||
add(container:StiContainer):void
Adds a container into the collection of containers which will be output on all pages on the bottom of a page. | StiFootersOnAllPages | ||
canProcess(band:StiBand):Boolean
Returns true, if the specified band is the Footer. | StiFootersOnAllPages | ||
Производит поиск и вывод внизу страницы, всех Footers из указанного контейнера вывода. | StiFootersOnAllPages |
engine | property |
public var engine:StiEngine = null
StiFootersOnAllPages | () | Constructor |
add | () | method |
public function add(container:StiContainer):void
Adds a container into the collection of containers which will be output on all pages on the bottom of a page. "container" > Контейнер для добавления в коллекцию.
Parameters
container:StiContainer |
canProcess | () | method |
public function canProcess(band:StiBand):Boolean
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:StiBand |
Boolean |
render | () | method |
public function render(outContainer:StiContainer, startIndex:int, markerContainer:StiContainer):void
Производит поиск и вывод внизу страницы, всех Footers из указанного контейнера вывода. Выводятся только те элементы, которые будут найдены до контейнера - маркера. Остальные элементы будут перенесены позднее на следующию страницу. Все выводимые элементы должны быть найдены в составленном ранее списке выводимых на всех страницах Footers. При обработке, контейнерам устанавливается новая позиция по вертикали внизу страницы. "outContainer" > A container in what Footers should be output. "startIndex" > Индекс, начиная с которого, необходимо произвести поиск контейнера-маркера. Индекс указывается для того, чтобы не производить повторную обработку выведенных ранее колонок на странице. "markerContainer">Контейнер - маркер, после которого все контейнеры будут перенесены на следующию страницу.
Parameters
outContainer:StiContainer | |
startIndex:int | |
markerContainer:StiContainer |