[GitHub] poi pull request #114: Enhancement to XWPFFootnote and related APIs

2018-07-21 Thread drmacro
GitHub user drmacro opened a pull request: https://github.com/apache/poi/pull/114 Enhancement to XWPFFootnote and related APIs My first pass at enhancing the XWPFFootnote API. Adds new methods createParagraph() and createTable()/createTable(rows, cols) to XWPFFootnote

[GitHub] poi pull request #115: Added missing reference to commons-compress JAR

2018-07-22 Thread drmacro
GitHub user drmacro opened a pull request: https://github.com/apache/poi/pull/115 Added missing reference to commons-compress JAR This jar reference was missing from the .classpath config You can merge this pull request into a Git repository by running: $ git pull https

[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

[GitHub] poi pull request #117: Add getStyleWithName() to XWPFStyles

2018-07-25 Thread drmacro
GitHub user drmacro opened a pull request: https://github.com/apache/poi/pull/117 Add getStyleWithName() to XWPFStyles Make it possible to look up styles by style name. Made use of paragraph.setStyle() clearer by refining the javadoc and parameter name Added setStyle() to

[GitHub] poi pull request #118: Added get/set for mirror margins setting

2018-07-30 Thread drmacro
GitHub user drmacro opened a pull request: https://github.com/apache/poi/pull/118 Added get/set for mirror margins setting Added get and set for even-and-odd headings setting. I couldn't find any other simple settings that seemed useful for exposing on Doc

[GitHub] poi pull request #119: Implemented a number of new set and get methods for u...

2018-08-01 Thread drmacro
GitHub user drmacro opened a pull request: https://github.com/apache/poi/pull/119 Implemented a number of new set and get methods for useful formatting… This adds getters and setters for additional Run formatting properties. My goal was to implement the properties likely to be

[GitHub] poi pull request #120: Per Mark Murphy's request, make "XWPF" start of names...

2018-08-02 Thread drmacro
GitHub user drmacro opened a pull request: https://github.com/apache/poi/pull/120 Per Mark Murphy's request, make "XWPF" start of names of abstract cla… You can merge this pull request into a Git repository by running: $ git pull https://github.com/drma

[GitHub] poi pull request #121: Corrected bugs in setting vertical alignment and emph...

2018-08-15 Thread drmacro
GitHub user drmacro opened a pull request: https://github.com/apache/poi/pull/121 Corrected bugs in setting vertical alignment and emphasis mark. Refined test cases to catch the bug. Tested with real-world code (where the failure was originally detected). You can merge

[GitHub] poi pull request #122: Set table and table cell widths to percentage, twips,...

2018-08-16 Thread drmacro
GitHub user drmacro opened a pull request: https://github.com/apache/poi/pull/122 Set table and table cell widths to percentage, twips, or "auto". Tested in context of real-world code You can merge this pull request into a Git repository by running: $ git