this.rootBand = formatterFactoryInput.getRootBand();
this.reportTemplate = formatterFactoryInput.getReportTemplate();
this.outputStream = formatterFactoryInput.getOutputStream();
this.contentInliners.add(new BitmapContentInliner());
this.contentInliners.add(new HtmlContentContentInliner());
this.contentInliners.add(new ImageContentInliner());
}