Interface IStiPrintAtBottom
- All Known Implementing Classes:
StiChildBand,StiColumnFooterBand,StiColumnHeaderBand,StiCrossDataBand,StiCrossFooterBand,StiCrossGroupFooterBand,StiCrossGroupHeaderBand,StiCrossHeaderBand,StiDataBand,StiDynamicBand,StiFooterBand,StiGroupFooterBand,StiGroupHeaderBand,StiHeaderBand,StiHierarchicalBand,StiReportSummaryBand,StiTable,StiTableOfContents
public interface IStiPrintAtBottom
Allows to print footer at bottom of page.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGets or sets value indicates that the footer is printed at bottom of page.voidsetPrintAtBottom(boolean value)
-
Method Details
-
getPrintAtBottom
boolean getPrintAtBottom()Gets or sets value indicates that the footer is printed at bottom of page. -
setPrintAtBottom
void setPrintAtBottom(boolean value)
-