]> source.dussan.org Git - poi.git/commit
Patch from bug #51486 from Mike McEuen (with a few whitespace tweaks) - XWPF support...
authorNick Burch <nick@apache.org>
Fri, 8 Jul 2011 13:25:00 +0000 (13:25 +0000)
committerNick Burch <nick@apache.org>
Fri, 8 Jul 2011 13:25:00 +0000 (13:25 +0000)
commitf5f44581d3b601b484212b2b3d84813e78c9341f
tree5e1e3d20c5802f7e7575c83e4992d1d191072727
parentee57263273e02125b92b220e76e16b1279da3e45
Patch from bug #51486 from Mike McEuen (with a few whitespace tweaks) - XWPF support for adding footnotes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1144308 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/status.xml
src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFDocument.java
src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFFootnote.java
src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFFootnotes.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFHeaderFooter.java
src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFRelation.java
src/ooxml/testcases/org/apache/poi/xwpf/usermodel/TestXWPFFootnotes.java [new file with mode: 0644]