Re: XSLFTextRun definition

2018-12-21 Thread paoim101084
Hi Andi, When will be available for those updated? For 4.x.x version, I cannot find these methods: XSLFTable tab =... tab.removeRow(.) tab.updateCellAnchor() ... Anywhere, thank for those things. Well, great if *XSLFTable* or *Slide* can know if /content/ fits with one *slide* and then /remain

Re: error setting style

2018-12-21 Thread Rob Sargent
I was doing this: public DataCellInfo(String heading, Cell dataCell, CellStyle defaultStyleDate,int originalOrder) { header = heading; ordinal = originalOrder; column = dataCell.getColumnIndex(); datatype = dataCell.getCellType(); dataStyle = dataCell.g