final LayoutControllerFactory layoutControllerFactory =
reportContext.getLayoutControllerFactory();
final int idx = currentColumn % node.getContentCount();
final AutoTableLayoutController derived = (AutoTableLayoutController) clone();
return layoutControllerFactory.create
(flowController, node.getContentCell(idx), derived);
}
// close the table-header section ..
final AttributeMap elementMap = LayoutControllerUtil.createEmptyMap