ClassicEngineBoot.getInstance().start();
}
public void testCellSize() throws Exception
{
final PageFormatFactory pff = PageFormatFactory.getInstance();
final Paper format = pff.createPaper(200, 200);
pff.setBorders(format, 0, 0, 0, 0);
final SimplePageDefinition p = new SimplePageDefinition(pff.createPageFormat(format, PageFormat.PORTRAIT));
final MasterReport report = new MasterReport();
report.setPageDefinition(p);
final Band table = TableTestUtil.createTable(2, 1, 1, new ElementCreator());
table.setName("table");