|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.report.engine.engineV2.StiBreakableHelper
public class StiBreakableHelper
A class that helps to work with the IStiBreakable interface.
| Field Summary | |
|---|---|
StiEngine |
engine
|
| Constructor Summary | |
|---|---|
StiBreakableHelper(StiEngine engine)
|
|
| Method Summary | |
|---|---|
StiContainer |
Break(StiContainer originalContainer)
Breaks the specified container in two parts which are "Continued" and "Breaked", where the "Continued" is a container, which should be output on the next page and "Breaked" is a container which will be output on the current page. |
boolean |
IsCanBreak(StiContainer container)
If a container can be broken into two parts, then returns true for the. |
boolean |
IsNeedBreak(StiContainer container)
Returns true, if a container is to be broken and can be broken. |
StiContainer |
ProcessBreakable(StiContainer container)
Checks the specified container on necessity to use the Breakable interface. |
void |
SetCanBreak(StiContainer container)
Sets the CanBreak property for all components. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public StiEngine engine
| Constructor Detail |
|---|
public StiBreakableHelper(StiEngine engine)
| Method Detail |
|---|
public final boolean IsCanBreak(StiContainer container)
public final boolean IsNeedBreak(StiContainer container)
public final StiContainer Break(StiContainer originalContainer)
public final void SetCanBreak(StiContainer container)
container - public final StiContainer ProcessBreakable(StiContainer container)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||