Interface IStiPrintOnAllPages

All Known Implementing Classes:
StiColumnFooterBand, StiColumnHeaderBand, StiCrossDataBand, StiCrossFooterBand, StiCrossGroupHeaderBand, StiCrossHeaderBand, StiDataBand, StiFooterBand, StiGroupHeaderBand, StiHeaderBand, StiHierarchicalBand, StiTable, StiTableOfContents

public interface IStiPrintOnAllPages
Allows to control of the component printing on all pages.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets or sets value indicates that the component is printed on all pages.
    void
    setPrintOnAllPages(boolean value)
     
  • Method Details

    • getPrintOnAllPages

      boolean getPrintOnAllPages()
      Gets or sets value indicates that the component is printed on all pages.
    • setPrintOnAllPages

      void setPrintOnAllPages(boolean value)