public interface JRCrosstabRowGroup extends JRCrosstabGroup
Modifier and Type | Method and Description |
---|---|
CrosstabRowPositionEnum |
getPositionValue()
Returns the position of the header contents for header stretching.
|
int |
getWidth()
Returns the width of the group headers.
|
getBucket, getHeader, getMergeHeaderCells, getName, getTotalHeader, getTotalPositionValue, getVariable, hasTotal
clone
int getWidth()
JRCrosstabGroup.getHeader()
,
JRCrosstabGroup.getTotalHeader()
CrosstabRowPositionEnum getPositionValue()
The row group headers stretch vertically when there are multiple sub group entries. The header contents will be adjusted to the new height depending on this attribute:
CrosstabRowPositionEnum.TOP
- the contents will be rendered at the top of of the headerCrosstabRowPositionEnum.MIDDLE
- the contents will be rendered on the center of the headerJCrosstabRowPositionEnum.BOTTOM
- the contents will be rendered at the bottom of the headerCrosstabRowPositionEnum.STRETCH
- the contents will be proportionally stretched to the new header sizeCopyright © 2017. All rights reserved.