public interface JRBreak extends JRElement
| Modifier and Type | Field and Description |
|---|---|
static String |
PAGE_BREAK_NO_PAGINATION_APPLY
Value for
PROPERTY_PAGE_BREAK_NO_PAGINATION that results in page breaks
being honoured in non paginated reports. |
static String |
PAGE_BREAK_NO_PAGINATION_IGNORE
Value for
PROPERTY_PAGE_BREAK_NO_PAGINATION that results in page breaks
being ignored in non paginated reports. |
static String |
PROPERTY_PAGE_BREAK_NO_PAGINATION
Property that determines how page breaks are to be handled in reports that are not paginated.
|
| Modifier and Type | Method and Description |
|---|---|
BreakTypeEnum |
getTypeValue()
Gets the break type.
|
void |
setType(BreakTypeEnum breakTypeEnum)
Sets the break type.
|
clone, collectExpressions, getElementGroup, getKey, getPositionTypeValue, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchTypeValue, getX, getY, isPrintInFirstWholeBand, isPrintRepeatedValues, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setPositionType, setPrintInFirstWholeBand, setPrintRepeatedValues, setPrintWhenDetailOverflows, setRemoveLineWhenBlank, setStretchType, setWidth, setXvisitclonegetBackcolor, getForecolor, getHeight, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnModeValue, getWidth, setBackcolor, setForecolor, setModegetDefaultStyleProvider, getStyle, getStyleNameReferencegetParentProperties, getPropertiesMap, hasPropertiesgetUUIDstatic final String PROPERTY_PAGE_BREAK_NO_PAGINATION
The property value can be one of
The property can be set globally, at report level or at element level. The default behaviour is to ignore page breaks in non paginated reports.
static final String PAGE_BREAK_NO_PAGINATION_IGNORE
PROPERTY_PAGE_BREAK_NO_PAGINATION that results in page breaks
being ignored in non paginated reports.static final String PAGE_BREAK_NO_PAGINATION_APPLY
PROPERTY_PAGE_BREAK_NO_PAGINATION that results in page breaks
being honoured in non paginated reports.BreakTypeEnum getTypeValue()
BreakTypeEnumvoid setType(BreakTypeEnum breakTypeEnum)
breakTypeEnum - a value representing one of the break type constants in BreakTypeEnumCopyright © 2014. All rights reserved.