aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi/xwpf/usermodel
Commit message (Expand)AuthorAgeFilesLines
* Bug 56205 - Upgrade OOXML schema to 3rd edition (transitional)Andreas Beeker2020-12-123-574/+522
* remove some deprecated codePJ Fanning2020-12-081-1/+0
* get and set heightRule for table rowSayi2020-12-041-0/+14
* CTRow removes tc when row removes cellSayi2020-09-011-0/+15
* Add get/set indentationLeftChars/indentationRightChars in paragraphSayi2020-08-271-1/+16
* add removeTable method in cellSayi2020-08-101-0/+26
* [bug-64605] add support for non-integer font sizes on character runs (use dou...PJ Fanning2020-07-162-2/+3
* [bug-64605] add support for non-integer font sizes on character runsPJ Fanning2020-07-161-0/+6
* use BigInteger.valueOfPJ Fanning2020-07-162-3/+3
* [bug-64600] Avoid XWPF NPE when styleid is null. Thanks to Sayi. This closes ...PJ Fanning2020-07-141-0/+6
* [bug-64561] XWPFSDTContent.getText() is empty for nested SDT elementsPJ Fanning2020-06-261-0/+11
* Add some more tests for bug 63624Dominik Stadler2020-06-151-5/+32
* [bug-64348] partial fix for IndexOutOfBoundsExceptionPJ Fanning2020-04-141-0/+30
* allow add and remove a HyperlinkRun or a FieldRunAlain Béarez2020-03-291-0/+132
* XWPFNumbering.addAbstractNum will definitely throw an exceptionAlain Béarez2020-03-271-0/+40
* XWPFTableCell does not process bodyElements when handle paragraphAlain Béarez2020-03-271-0/+52
* #63624: setText in XWPFTableCell updates the xml and also updates the runs an...Alain Béarez2020-03-271-0/+14
* Work on bug 64038 and other bugs and add test for 62865Dominik Stadler2020-03-081-0/+2
* Try to use https for poi.apache.org everywhereDominik Stadler2020-03-081-5/+10
* [bug-64098] XWPFRun: Whitespace in text not preserved if starting with tab ch...PJ Fanning2020-01-261-23/+49
* Bug 63788: Remove AbstractNum by abstractNumId, not list indexDominik Stadler2020-01-011-2/+56
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-274-52/+67
* try to find issue in testPJ Fanning2019-12-261-1/+1
* [github-163] Add set level numbering on XWPFParagraph. Thanks to Mi Guoliang....PJ Fanning2019-12-261-0/+10
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-152-2/+2
* XWPF: Insert newlines between multiple paragraphs in comments.Dominik Stadler2019-10-261-0/+37
* Close file-resources in unit-tests, fix IDE warningsDominik Stadler2019-08-152-211/+218
* [github-150] XWPFPicture: easy access to width and depth. Thanks to Thibaut C...PJ Fanning2019-07-191-1/+22
* [github-153] XWPFParagraph: easier way to create a link. Thanks to Thibaut Cu...PJ Fanning2019-07-191-0/+12
* [github-156] add setKeepNext to XWPFParagraph. Thanks to Thibaut Cuvelier.PJ Fanning2019-07-161-0/+6
* [github-151] XWPFRun: allow style retrieval. This closes #151PJ Fanning2019-06-011-0/+2
* Close more file-handles in testsDominik Stadler2019-04-231-77/+77
* Close more file-handles in tests and convert some more tests to junit-4Dominik Stadler2019-04-075-279/+308
* Close more file-handles in tests, convert junit3 testsDominik Stadler2019-03-313-627/+623
* Close more file-handles in testsDominik Stadler2019-03-031-2/+1
* Close file-handles for slideshows also when construction fails or when dual-s...Dominik Stadler2019-02-231-74/+77
* IDE and JavaDoc fixes, close() in testsDominik Stadler2018-12-275-202/+214
* [bug-63013] add XWPFRun setLang methodPJ Fanning2018-12-181-1/+16
* bug 62859 -- fix two potential NPEs when initializing XWPFSDTContentTim Allison2018-10-261-0/+13
* [github-122] XWPF: Set table and table cell widths to percentage, twips, or a...PJ Fanning2018-08-202-6/+68
* [github-121] Fix issue with setting vertical alignment and emphasis mark. Thi...PJ Fanning2018-08-151-4/+12
* fix build issuePJ Fanning2018-08-031-1/+2
* [github-119] extra xpwf formatting support. This closes #119PJ Fanning2018-08-021-39/+111
* [github-120] rename some new xpwf abstract classes. This closes #120PJ Fanning2018-08-022-16/+16
* [github-118] Added get/set for mirror margins setting. This closes #118PJ Fanning2018-07-301-0/+16
* [github-117] Add getStyleWithName() to XWPFStyles. This closes #117PJ Fanning2018-07-252-0/+26
* [github-115] implement endnote. This closes #115PJ Fanning2018-07-245-7/+229
* [github-114] Extend docx footnote support. Thanks to Eliot Kimber. This close...PJ Fanning2018-07-212-10/+182
* [bug-62438] remove nullable class (and use java.util.Optional). This closes #111PJ Fanning2018-06-131-21/+21
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-271-2/+2