Class StiFootersOnAllPages

java.lang.Object
com.stimulsoft.report.engine.engineV2.StiFootersOnAllPages

public class StiFootersOnAllPages extends Object
A class helps to output Footers, which should be output on all pages on the bottom of a page.
  • Field Details

  • Constructor Details

    • StiFootersOnAllPages

      public StiFootersOnAllPages(StiEngine engine)
  • Method Details

    • Add

      public final 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.
      Parameters:
      container -
    • CanProcess

      public final boolean CanProcess(StiBand band)
      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

      public final void Render(StiContainer outContainer, int startIndex, StiContainer markerContainer)