com.businessobjects.rebean.wi
Interface PageLayout

All Known Subinterfaces:
ReportBlock, SectionContainer

public interface PageLayout

Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.

PageLayout interface defines the behaviour of an element with page breaks.


Method Summary
 boolean avoidPageBreak()
          Returns true, if there should never be a page break in the element.
 void avoidPageBreak(boolean b)
          Changes if there should never be a page break in the element.
 boolean startOnNewPage()
          Checks if the element always has a page break before it.
 void startOnNewPage(boolean b)
          Changes if the element always has a page break before it.
 

Method Detail

startOnNewPage

boolean startOnNewPage()
Checks if the element always has a page break before it.

Returns:
true when the element always starts on a new page.

startOnNewPage

void startOnNewPage(boolean b)
Changes if the element always has a page break before it.

Parameters:
b - true when the element always starts on a new page.

avoidPageBreak

boolean avoidPageBreak()
Returns true, if there should never be a page break in the element.

Returns:
true when the element should never have a page break in it (when possible).

avoidPageBreak

void avoidPageBreak(boolean b)
Changes if there should never be a page break in the element.

Parameters:
b - true when the element should never have a page break in it (when possible).