aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xwpf/model
Commit message (Expand)AuthorAgeFilesLines
* #58237 When adding a picture to a XWPF header or footer, attach it to the rig...Nick Burch2015-08-131-0/+4
* #58237 Add some more XWPF header and footer testsNick Burch2015-08-131-7/+15
* POI-57975: clean up white spaces and other style issues in XWPFTim Allison2015-05-295-141/+143
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-281-1/+1
* Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-08-282-4/+6
* Add more unit tests for XWPF Headers and FootersNick Burch2014-03-081-4/+4
* Add some javadocs for the XWPF Header/Footer creation methodsNick Burch2014-03-081-0/+18
* bug 51265: Enhanced Handling of Picture Parts in XWPFYegor Kozlov2011-06-011-368/+355
* XWPF: support for pictures in headersMaxim Valyanskiy2011-03-211-3/+8
* Ensure that XWPFParagraph.getDocument() is not nullMaxim Valyanskiy2010-10-281-3/+3
* Fix up imports to remove un-used onesNick Burch2010-09-141-2/+2
* XWPF paragraph improvements - Make XWPFParagraph make more use of XWPFRun, an...Nick Burch2010-09-142-2/+9
* Fix deprecated warningsNick Burch2010-07-023-10/+10
* Apply (with slight tweaks) patch from Phillip Epp from bug #48574 - further X...Nick Burch2010-06-111-3/+4
* Added overloaded method to support multiple paragraphs in footer/headerMark Beardsley2010-05-241-3/+40
* reduced the number of compiler warnings generated by JDK 1.6.13 with -XlintYegor Kozlov2009-10-041-1/+1
* fix for extraction paragraphs and sections from headers/footers with XWPFWord...Yegor Kozlov2009-08-311-3/+10
* first createWatermark implementationPaolo Mottadelli2009-08-201-0/+102
* createHeader/Footer with paragraphs and fixed GUMP break (case sensitive/inse...Paolo Mottadelli2009-08-191-17/+31
* createHeader/Footer methods + testsPaolo Mottadelli2009-08-181-18/+163
* Support for extraction of footnotes from docx files, see Bugzilla 45556Yegor Kozlov2009-07-181-1/+1
* import OpenXML4j codebaseYegor Kozlov2009-01-291-1/+1
* 1. removed interfaces-jdk14, they are now obsolete2. started paving the way f...Yegor Kozlov2008-11-093-5/+5
* Improve how XWPF headers and footers workNick Burch2008-08-091-0/+159
* Improved hyperlink and comment fetching for xwpf text extraction, based on th...Nick Burch2008-04-274-0/+201