230 Commits (6f26cb3192a7eb79d910d8d6a7dbbbae70f4072c)

Author SHA1 Message Date
JYJ d096dcc8f4 Change stringbuilder to zstring(this time changing only what needs to be changed) 4 months ago
Kazbek 2854be4836 Refactoring FindAndReplaceTextInParagraph 4 months ago
Marko Lahma 5f73594729 Remove zero-length array allocations and use collection expression 4 months ago
Marko Lahma aa87073ddf Make non-public API methods static where applicable 4 months ago
Marko Lahma 122d6cb5e3 Fix analyzer reported issues related to string usage 4 months ago
Kazbek 5387f5a1d6 XWPFDocument FindAndReplaceTextInParagraph now replace all occurance of oldValue in paragraph. Modified test to check it. 4 months ago
Kazbek e1ec1c2a3f Fix XWPFDocument FindAndReplaceTextInParagraph 4 months ago
Marko Lahma 4c23bca0f6 Replace casts with pattern variable 5 months ago
Marko Lahma 8cb8eced85 Use Array.Empty<T> instead of allocating an empty array 5 months ago
Marko Lahma d50e141958 Add readonly modifier for suitable fields 5 months ago
Marko Lahma 3329a7d06c Use TryGetValue instead of ContainsKey and indexing 5 months ago
mysoftlab 0cc5c078fc Fixes #1472. Optimize CT_Row.Copy to reduce row cloning time under 1ms 7 months ago
Tony Qu 6765a198b8 fix #1392 10 months ago
Iain McAndrew f0663a51cb FindAndReplaceText will now also work for tables within a documents header and footer 1 year ago
daichenjie 836ab9957d Remove irrelevant comments 1 year ago
daichenjie 6ecd959dc9 Fix #1232 1 year ago
Antony Liu 2015bb71f7 Squashed commit of the following: 1 year ago
Tony Qu 595ed45b10 fix TestXWPFRun unit test 1 year ago
Antony Liu 56fdf90d09
poi: 60329: Avoid NPE when styleid is null 1 year ago
Tony Qu 5428cfd366 fix #606 1 year ago
Tony Qu ab6221c995 fix #1225 2 years ago
Tony Qu 3459f55d85 fix #1222 2 years ago
Mack Stump 0e50f32be1 support finding and replacing text in embedded tables 2 years ago
Tony Qu 08d8caa5cb fix interface design issue in FindAndReplaceText method 2 years ago
Tony Qu 46c0134220 add new method - XWPFDocument.FindAndReplaceText 2 years ago
k-hara 06bac6ad4b POI: Per JavaDoc and tallison, XWPFTableCell#getVerticalAlignment() should return null if valign is not set. Patch from prasad-babu. This closes #30 on GitHub. 2 years ago
k-hara 096eccd488 POI: #60331 - Remove deprecated classes (POI 3.16) 2 years ago
k-hara 9cd9a9b088 Fixes (nonfunctional) 2 years ago
k-hara 16943e8ff0 POI: 60465: Cannot specify interline spacing for a Paragraph in XWPF 2 years ago
k-hara 798ab7a55b POI: 58237: Unable to add image to a word document header using XWPF 2 years ago
k-hara afda65249e Get remainder changes from #54916 2 years ago
k-hara 277fe57605 POI: [bug-64600] Avoid XWPF NPE when styleid is null. Thanks to Sayi. This closes #186 2 years ago
k-hara 7817743967 POI: 60329: Avoid NPE when styleid is null 2 years ago
k-hara 8902b9134a POI: 60337: XWPFTableRow.isRepeatHeader throws NullPointerException, setRepeatHeader does not overwrite old value 2 years ago
k-hara c478c5719a POI-60342: handle missing sdtcontentcell in an sdtcell 2 years ago
k-hara c26ce1ac85 POI-60341: handle missing sdtpr in an sdtbody 2 years ago
k-hara 57f55980b4 POI: More unit testing for XWPF list numbering complex cases, and some TODOs on improving it, inspired by users@ discussions 2 years ago
k-hara 416015e720 POI: 57366: XWPFTable to Header / Footer 2 years ago
k-hara 02b0db9eb4 POI: BUG-60286 avoid NPE XWPFRun. Didn't add unit test or document...didn't seem to be worth it. 2 years ago
k-hara d95a655c5f POI: 53009: Problem creating header and footer 2 years ago
k-hara 2cc11636c0 POI: Bug 56076 and Bug 56077 2 years ago
k-hara a7314eb977 Fix failure of TestBug58922() 2 years ago
Benjamin Michaelis e5583e51cf
Get hyperlinks in footnotes 2 years ago
Benjamin Michaelis 69e8fbc195
Get hyperlinks from footer 2 years ago
k-hara 5f7f597dee Add docx comment support 3 years ago
k-hara 9b2fd4ba80 Add xmlbeans compatible methods to CT_R 3 years ago
吳軒竹 6ba4635344 Remove AddNewRowBetween because the POI document said it is deprecated. 3 years ago
Tony Qu 8b0ffebff6 add Dispose method to XWPFDocument 3 years ago
Benjamin Michaelis c3c387de10 Expose out list of styles for use. 3 years ago
Tony Qu 88a5e97381 use Uri.OriginalString instead 3 years ago