Interface IStiStartNewPage
- All Known Implementing Classes:
StiColumnFooterBand,StiColumnHeaderBand,StiCrossDataBand,StiCrossFooterBand,StiCrossGroupHeaderBand,StiCrossHeaderBand,StiDataBand,StiFooterBand,StiGroupHeaderBand,StiHeaderBand,StiHierarchicalBand,StiTable,StiTableOfContents
public interface IStiStartNewPage
Allows to print every new line on the new page.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGets or sets value indicates that it is necessary to print every new string on a new page.floatvoidsetStartNewPage(boolean value) voidsetStartNewPageIfLessThan(float value)
-
Method Details
-
getStartNewPage
boolean getStartNewPage()Gets or sets value indicates that it is necessary to print every new string on a new page. -
setStartNewPage
void setStartNewPage(boolean value) -
getStartNewPageIfLessThan
float getStartNewPageIfLessThan() -
setStartNewPageIfLessThan
void setStartNewPageIfLessThan(float value)
-