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 TypeMethodDescriptionbooleanGets or sets value indicates that the component is printed on all pages.voidsetPrintOnAllPages(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)
-