aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFTable.java
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #51112 - Correct XWPFTable tracking of new rowsNick Burch2011-05-031-0/+1
* cleaned javadoc warningsYegor Kozlov2010-10-061-8/+1
* Add a getBodyElements() method to XWPF IBody, to make access to embedded para...Nick Burch2010-09-141-1/+0
* Fix deprecated warningsNick Burch2010-07-021-3/+3
* Fix 1.6-isms from the patch from bug #48574Nick Burch2010-06-111-3/+0
* Apply (with slight tweaks) patch from Phillip Epp from bug #48574 - further X...Nick Burch2010-06-111-11/+140
* added an annotation '@Internal' to mark program elements intended for POI int...Yegor Kozlov2009-12-031-0/+2
* Fixed compiler warnings - unnecessary elseJosh Micich2009-08-181-3/+3
* Support for extraction of footnotes from docx files, see Bugzilla 45556Yegor Kozlov2009-07-181-4/+4
* applied patches by Gisella Bronzetti:46299 - support for carriage return and ...Yegor Kozlov2008-12-171-20/+166
* 1. removed interfaces-jdk14, they are now obsolete2. started paving the way f...Yegor Kozlov2008-11-091-1/+1
* Improve paragraph text stuff, and further header testsNick Burch2008-08-091-12/+14
* Improved hyperlink and comment fetching for xwpf text extraction, based on th...Nick Burch2008-04-271-0/+55