|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStiPageBreak
Method Summary | |
---|---|
float |
getBreakIfLessThan()
Gets or sets value which indicates how much free space is on a page (in per cent) should be reserved for formation of a new page or a new column. |
boolean |
getNewColumnAfter()
If the value of this property is true, then, after output of a band, a new column will be generated. |
boolean |
getNewColumnBefore()
If the value of this property is true, then, before output of a band, a new column will be generated. |
boolean |
getNewPageAfter()
If the value of this property is true, then, after output of a band, a new page will be generated. |
boolean |
getNewPageBefore()
If the value of this property is true, then, before output of a band, a new page will be generated. |
boolean |
getSkipFirst()
If the value of this property is true, then, a new page/column will be generated only starting from the second case. |
void |
setBreakIfLessThan(float value)
|
void |
setNewColumnAfter(boolean value)
|
void |
setNewColumnBefore(boolean value)
|
void |
setNewPageAfter(boolean value)
|
void |
setNewPageBefore(boolean value)
|
void |
setSkipFirst(boolean value)
|
Method Detail |
---|
boolean getNewColumnBefore()
void setNewColumnBefore(boolean value)
boolean getNewColumnAfter()
void setNewColumnAfter(boolean value)
boolean getNewPageBefore()
void setNewPageBefore(boolean value)
boolean getNewPageAfter()
void setNewPageAfter(boolean value)
float getBreakIfLessThan()
void setBreakIfLessThan(float value)
boolean getSkipFirst()
void setSkipFirst(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |