public class StiBreakableHelper
extends java.lang.Object
| Constructor and Description |
|---|
StiBreakableHelper(StiEngine engine) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public StiEngine engine
public StiBreakableHelper(StiEngine engine)
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)
Copyright © 2019 Stimulsoft. All Rights Reserved.