protected PaginatingRenderer(final LayoutProcess layoutProcess, final boolean init)
{
super(layoutProcess, init);
if (init)
{
this.validateModelStep = new ValidateModelStep();
this.staticPropertiesStep = new ComputeStaticPropertiesStep();
this.tableValidationStep = new TableValidationStep();
this.marginsStep = new ComputeMarginsStep();
this.paragraphLinebreakStep = new ParagraphLineBreakStep();
this.icmMetricsStep = new ComputeICMMetricsStep();