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 XWPFRun since I needed that too. You can merge this pull request into a Git repository by running: $ git pull https://github.com/drmacro/poi feature/get-style-by-name Alternatively you can review and apply these changes as the patch at: https://github.com/apache/poi/pull/117.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 #117 ---- commit 2cd1b1b330d6d65192986eff06a73938e1d43ef3 Author: Eliot Kimber <drmacro@...> Date: 2018-07-25T15:36:12Z Add getStyleWithName() to XWPFStyles Refine javadoc and parameter name for XWPFParagraph.setStyle() Add setStyle to XWPFRun ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org