aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFTable.java
Commit message (Expand)AuthorAgeFilesLines
* POI-57975: clean up white spaces and other style issues in XWPFTim Allison2015-05-291-43/+52
* Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-08-281-4/+5
* BUG 54771 extract text from SDTs at the cell level within a table rowTim Allison2014-06-161-0/+7
* Patch from Tim Allison from bug #54849 - Controlled content/Form (Std/StdBloc...Nick Burch2013-06-181-1/+1
* Fix and update JavaDoc entries, and correct areas with wildy inconsistent whi...Nick Burch2013-06-131-253/+252
* Fix and update JavaDoc entries, and correct areas with wildy inconsistent whi...Nick Burch2013-06-131-270/+256
* Bugzilla 52561: Added methods to set table inside borders and cell margins in...Yegor Kozlov2012-02-071-3/+311
* Fix 1.6ismNick Burch2011-06-041-1/+0
* bug 51265: Enhanced Handling of Picture Parts in XWPFYegor Kozlov2011-06-011-28/+32
* Fix bug #47147 - XWPF table cells adding extra paragraph - test from Stefan S...Nick Burch2011-05-271-1/+0
* 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