aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFDocument.java
Commit message (Expand)AuthorAgeFilesLines
* code refactorPJ Fanning2025-05-171-1/+1
* PoiLogManagerPJ Fanning2024-11-241-2/+2
* [bug-67579] add new XWPFDocument/XMLSlideShow constructorPJ Fanning2023-10-261-3/+16
* [GitHub-511] Prevent artificial row creation when reading XWPFTable. Thanks t...PJ Fanning2023-09-061-1/+1
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-09-061-2/+2
* Bug 66425: Avoid a NullPointerException found via oss-fuzzDominik Stadler2023-08-231-1/+1
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-071-1/+1
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-071-41/+45
* apply some spelling fixesPJ Fanning2023-06-271-4/+4
* Remove deprecation warnings reported with newer commons-ioDominik Stadler2023-06-081-1/+1
* use 'an'PJ Fanning2023-03-181-1/+1
* Fix when bodyElements contain sdt, the inserted element is in the wrong positionBida Fan2022-12-271-1/+1
* [bug-66347] add XWPFTheme support to XWPFDocument. Thanks to Stephan Schwiebert.PJ Fanning2022-11-161-0/+35
* [github-389] Insert paragraphs and tables into XWPFDocuments recursively. Tha...PJ Fanning2022-10-181-55/+160
* [bug-66312] partial fix for insertNewParagraph(XmlCursor cursor)PJ Fanning2022-10-131-97/+81
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-141-2/+2
* try to use checked exceptions where APIs already support themPJ Fanning2022-09-141-2/+2
* reuse codePJ Fanning2022-08-281-1/+0
* do not rely on xml namespace prefixes - use the URIsPJ Fanning2022-08-281-0/+1
* use common PictureTypePJ Fanning2022-07-211-7/+8
* add getPictureTypeEnumPJ Fanning2022-07-211-6/+79
* remove use of some calls to deprecated cursor dispose()PJ Fanning2022-06-191-41/+30
* Add/update some JavaDocDominik Stadler2022-02-241-3/+3
* add extra max size configPJ Fanning2022-02-191-1/+1
* add extra max size configPJ Fanning2022-02-191-1/+1
* add XWPFDocument.getSettingsPJ Fanning2022-02-101-0/+8
* use isEmpty()PJ Fanning2021-12-301-1/+1
* close cursors in finally blocksPJ Fanning2021-12-281-9/+14
* close input streams for partsPJ Fanning2021-12-281-4/+9
* [github-290] Customize Spliterator implementations for better parallelism. Th...PJ Fanning2021-12-231-0/+24
* highlight some exceptionsPJ Fanning2021-12-131-0/+14
* use try block to close output streamsPJ Fanning2021-11-201-3/+3
* #65304 - Add commons-io as a dependencyAndreas Beeker2021-05-141-66/+33
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-04-071-0/+1809