55565758596061
private final Section table; public TableReadHandler() { children = new ArrayList(); table = new OfficeTableSection(); }
52535455565758
56575859606162
60616263646566
private Section table; public TableReadHandler() { tableRows = new ArrayList(); table = new OfficeTableSection(); }