if (minHeightToStartNewPage != null && minHeightToStartNewPage.length() > 0)
{
group.setMinHeightToStartNewPage(Integer.parseInt(minHeightToStartNewPage));
}
FooterPositionEnum footerPosition = FooterPositionEnum.getByName(atts.getValue(JRXmlConstants.ATTRIBUTE_footerPosition));
if (footerPosition != null)
{
group.setFooterPosition(footerPosition);
}