final DesignerTableContentProducer tableContentProducer = new DesignerTableContentProducer(layout, outputProcessorMetaData);
final Map<InstanceID, Object> conflicts = tableContentProducer.computeConflicts(pageBox);
transferLayoutProcessor.performTransfer
(element, pageBox, verticalEdgePositions, horizontalEdgePositions, elementsById, conflicts);
logicalPageDrawable = new DesignerPageDrawable(pageBox, outputProcessorMetaData, resourceManager);
computedBounds = StrictGeomUtility.createAWTRectangle(0, 0, pageBox.getWidth(), pageBox.getHeight());
if (getVisualHeight() < computedBounds.getHeight())
{
setVisualHeight(computedBounds.getHeight());
}