public RenderBox createPageBreakIndicatorBox(final ReportStateKey stateKey,
final long range)
{
if (this.manualBreakBoxStyle == null)
{
final ManualBreakIndicatorStyleSheet mbis = new ManualBreakIndicatorStyleSheet();
this.manualBreakBoxStyle = new SimpleStyleSheet(mbis);
}
final RenderBox sectionBox = new BreakMarkerRenderBox
(manualBreakBoxStyle, new InstanceID(), BoxDefinition.EMPTY, AutoLayoutBoxType.INSTANCE,