[GitHub] poi pull request #116: Feature/xwpf implement endnote

2018-07-24 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/poi/pull/116


---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #116: Feature/xwpf implement endnote

2018-07-23 Thread drmacro
GitHub user drmacro opened a pull request:

https://github.com/apache/poi/pull/116

Feature/xwpf implement endnote

This adds XWPFEndnote, XWPFEndnotes, and abstract base class 
AbstractXWPFFootnoteEndnote, as well as corresponding methods on XWPFDocument 
and XWPFParagraph. Adds new FootnoteIdManager class to manage the IDs across 
footnotes and end notes.

Added unit tests and also tested with real-world application that generates 
working end notes and footnotes using this API.



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/drmacro/poi feature/xwpf-implement-endnote

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/poi/pull/116.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #116


commit b741102acc70b9a563afb78b4eb5ff6ea2445fd3
Author: Eliot Kimber 
Date:   2018-07-22T11:53:10Z

Added missing reference to commons-compress JAR

commit 5c3957dfffd286f9ac5b4df121aab75de6a8f153
Author: Eliot Kimber 
Date:   2018-07-23T14:12:45Z

Implemented endnote API consistent with new footnote API.




---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org