com.stimulsoft.report.components.interfaces
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
 boolean getStartNewPage()
          Gets or sets value indicates that it is necessary to print every new string on a new page.
 float getStartNewPageIfLessThan()
           
 void setStartNewPage(boolean value)
           
 void setStartNewPageIfLessThan(float value)
           
 

Method Detail

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)