this.watermarkArea = new WatermarkAreaBox();
this.watermarkArea.setName("Logical-Page-Watermark-Area");
this.watermarkArea.setLogicalPage(this);
final BlockRenderBox contentArea = new BlockRenderBox
(SimpleStyleSheet.EMPTY_STYLE, new InstanceID(), BoxDefinition.EMPTY, new MasterReportType(),
report.getAttributes(), null);
contentArea.setName("Logical-Page-Content-Area");
addChild(contentArea);
contentAreaId = contentArea.getInstanceId();
this.pageGrid = new DefaultPageGrid(report.getPageDefinition());