aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xwpf/usermodel
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-2765-15705/+0
* dispose cursor finallySayi2021-03-201-5/+3
* Create, get, modify and remove comments, support operating paragraphs, pictur...Sayi2021-03-206-38/+719
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-211-14/+14
* Bug 65099: Fix incorrect handling of styles in XWPFStyle.getUsedStyleListDominik Stadler2021-01-301-2/+2
* Apply IDE suggestions, add toString(), adjust JavaDoc and simplify code slightlyDominik Stadler2021-01-302-17/+17
* Bug 64838: Do not populate cells with a paragraph when loading an existing do...Dominik Stadler2020-12-301-3/+1
* [bug-65023] add col bugfix. Thanks to Paula Muldoon, This closes #212PJ Fanning2020-12-251-5/+6
* #64981 - Upgrade OOXML schema to 5th edition (transitional)Andreas Beeker2020-12-134-87/+70
* Bug 56205 - Upgrade OOXML schema to 3rd edition (transitional)Andreas Beeker2020-12-1211-189/+148
* try to handle case where checksum is nullPJ Fanning2020-12-101-4/+11
* remove some deprecated codePJ Fanning2020-12-081-16/+0
* remove System.out.printlnSayi2020-12-041-2/+1
* get and set heightRule for table rowSayi2020-12-042-0/+86
* [github-195] Rework getParagraph functions for XWPF. Thanks to Marius Volhart...PJ Fanning2020-11-145-47/+14
* #64773 - Visual signatures for .xlsx/.docxAndreas Beeker2020-10-101-0/+91
* adapt to XmlBeans changesAndreas Beeker2020-09-191-23/+23
* CTRow removes tc when row removes cellSayi2020-09-011-0/+1
* Add get/set indentationLeftChars/indentationRightChars in paragraphSayi2020-08-271-0/+52
* add removeTable method in cellSayi2020-08-101-0/+12
* remove more deprecated codePJ Fanning2020-07-161-15/+0
* [bug-64605] update javadocsPJ Fanning2020-07-162-2/+19
* [bug-64605] update javadocsPJ Fanning2020-07-161-0/+2
* [bug-64605] add support for non-integer font sizes on character runs (use dou...PJ Fanning2020-07-162-9/+24
* [bug-64605] add support for non-integer font sizes on character runsPJ Fanning2020-07-161-2/+46
* use BigInteger.valueOfPJ Fanning2020-07-163-8/+8
* [bug-64600] Avoid XWPF NPE when styleid is null. Thanks to Sayi. This closes ...PJ Fanning2020-07-141-11/+3
* [bug-64561] XWPFSDTContent.getText() is empty for nested SDT elementsPJ Fanning2020-06-261-10/+13
* [github-178] Make isLatentStyle() public. This closes #178PJ Fanning2020-04-291-4/+17
* Sonar fixesAndreas Beeker2020-04-191-1/+1
* Sonar fixesAndreas Beeker2020-04-051-5/+8
* Sonar Fixes - The diamond operator ("<>") should be usedAndreas Beeker2020-04-023-7/+7
* Sonar FixesAndreas Beeker2020-03-292-7/+3
* allow add and remove a HyperlinkRun or a FieldRunAlain Béarez2020-03-291-45/+176
* XWPFNumbering.addAbstractNum will definitely throw an exceptionAlain Béarez2020-03-272-1/+21
* XWPFTableCell does not process bodyElements when handle paragraphAlain Béarez2020-03-271-0/+3
* like getTables, returns a collection that cannot be modifiedAlain Béarez2020-03-271-1/+1
* #63624: setText in XWPFTableCell updates the xml and also updates the runs an...Alain Béarez2020-03-271-2/+1
* Work on bug 64038 and other bugs and add test for 62865Dominik Stadler2020-03-081-16/+16
* #64036 - Replace reflection calls in factories for Java 9+ - POIXMLDocument f...Andreas Beeker2020-01-277-171/+163
* [bug-64098] XWPFRun: Whitespace in text not preserved if starting with tab ch...PJ Fanning2020-01-261-1/+2
* close OPCPackage if there is an exceptionPJ Fanning2020-01-071-1/+3
* Bug 63788: Remove AbstractNum by abstractNumId, not list indexDominik Stadler2020-01-011-6/+10
* [github-163] Add set level numbering on XWPFParagraph. Thanks to Mi Guoliang....PJ Fanning2019-12-261-0/+19
* Replace manual close with try-with-resourcesDominik Stadler2019-12-157-64/+19
* Miscellaneous fixes for chart functionalitiesAlain Béarez2019-12-071-10/+23
* 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