https://bz.apache.org/bugzilla/show_bug.cgi?id=63017
Bug ID: 63017
Summary: Remove rows from a XSLFTable
Product: POI
Version: 4.0.x-dev
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: XSLF
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
To calculate the needed space for a table and shift a row to the next slide, it
might be necessary to remove an added row, therefore a new
XSLFTable.removeRow(int rowIndex) has been added.
The anchor calculation can be triggered via XSLFTable.updateCellAnchor(), which
is now public and changes also the table anchor.
Find the corresponding test under TestXSLFTable.testResize().
Furthermore I've discovered, that setting graphics2d.setPaint(null) has no
effect, therefore this is now replaced by returning a transparent paint on
DrawPaint.getPaint() which is usually followed by graphics2d.setPaint()
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]