aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xwpf
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 63756: Describe units in JavaDocDominik Stadler2019-11-171-40/+34
* use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)Axel Howind2019-11-171-7/+3
* XWPF: Insert newlines between multiple paragraphs in comments.Dominik Stadler2019-10-261-0/+4
* missing @since annotationsPJ Fanning2019-07-203-1/+7
* [github-150] XWPFPicture: easy access to width and depth. Thanks to Thibaut C...PJ Fanning2019-07-191-0/+15
* [github-153] XWPFParagraph: easier way to create a link. Thanks to Thibaut Cu...PJ Fanning2019-07-192-0/+33
* [github-156] add setKeepNext to XWPFParagraph. Thanks to Thibaut Cuvelier.PJ Fanning2019-07-161-0/+23
* [github-151] XWPFRun: allow style retrieval. This closes #151PJ Fanning2019-06-011-0/+19
* IDE and JavaDoc fixes, move/remove some unfixed testsDominik Stadler2019-01-111-3/+1
* Remove unnecesssary semicolonsDominik Stadler2018-12-261-1/+1
* Simplify some string operationsDominik Stadler2018-12-261-1/+1
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-251-5/+5
* [bug-63013] add XWPFRun setLang methodPJ Fanning2018-12-181-1/+13
* create chart from scratch by sandeeptiwari32Alain Béarez2018-12-082-3/+4
* bug 62859 -- fix two potential NPEs when initializing XWPFSDTContentTim Allison2018-10-261-0/+6
* fix most alerts reported by LGTM on OOXMLAlain Béarez2018-10-102-59/+68
* [bug-62692] issue when using widlfy xml parserPJ Fanning2018-09-071-1/+0
* sonar fixes - blockerAndreas Beeker2018-08-311-1/+1
* [github-122] XWPF: Set table and table cell widths to percentage, twips, or a...PJ Fanning2018-08-203-7/+303
* [github-121] Fix issue with setting vertical alignment and emphasis mark. Thi...PJ Fanning2018-08-151-2/+2
* [github-119] extra xpwf formatting support. This closes #119PJ Fanning2018-08-021-49/+324
* [github-120] rename some new xpwf abstract classes. This closes #120PJ Fanning2018-08-0211-33/+33
* [github-118] Added get/set for mirror margins setting. This closes #118PJ Fanning2018-07-302-0/+79
* [github-117] Add getStyleWithName() to XWPFStyles. This closes #117PJ Fanning2018-07-253-32/+38
* Add missing apache licenses. This closes #116PJ Fanning2018-07-245-0/+80
* [github-115] implement endnote. This closes #115PJ Fanning2018-07-2410-569/+1080
* [github-114] Extend docx footnote support. Thanks to Eliot Kimber. This close...PJ Fanning2018-07-214-31/+269
* [bug-62435] Rename getAllEmbedds method to getAllEmbeddedParts (getAllEmbedds...PJ Fanning2018-06-061-1/+1
* sonar fixesAndreas Beeker2018-06-021-11/+1
* sonar fixesAndreas Beeker2018-06-011-297/+213
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-2724-56/+56
* fix spellingPJ Fanning2018-05-271-8/+8
* [githib-110] rename text segment class. This closes #110PJ Fanning2018-05-271-4/+4
* [githib-110] rename text segment class. This closes #110PJ Fanning2018-05-271-3/+3
* use Integer.toString to convert ints to stringsPJ Fanning2018-02-274-12/+12
* #55953 Added methods to position a tableMark Murphy2018-02-122-1/+90
* Added missing table border types to XWPFMark Murphy2018-02-111-1/+44
* Add ability to set get and remove outer borders for tablesMark Murphy2018-02-111-112/+601
* Various smaller adjustments: Remove filename in test, remove unused parameter...Dominik Stadler2018-02-081-12/+8
* code cleaning according to code review recommendations (closes #93)Alain Béarez2018-01-254-39/+83
* [Bug 61972] Adding chart in Document of MS-Word File without reading Temp MS-...PJ Fanning2018-01-204-41/+327
* [github-86] expose language for Text Runs. Thanks to Geoff Baskwill. This clo...PJ Fanning2018-01-041-0/+11
* Fix bug 61787, which was introduced by bug 58067: Change how deleted content ...Dominik Stadler2017-12-281-1/+7
* Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use t...Dominik Stadler2017-12-283-43/+23
* XDDF usermodel for Charts closes #68 on GitHubAlain Béarez2017-11-262-67/+56
* bug 61745: add support for charts in XWPF/docx. Thanks to Sandeep Tiwari for ...Javen O'Neal2017-11-123-0/+183
* XWPFTable#getRows() should return an unmodifiable list unless the method can ...Javen O'Neal2017-11-121-1/+2
* make tableRows final; initialize where defined rather than in constructor.Javen O'Neal2017-11-121-3/+1
* deprecate XWPFTable#addNewRowBetween(int,int), which has not been implemented...Javen O'Neal2017-11-121-1/+12
* use StringBuilder in more placesPJ Fanning2017-10-318-29/+33