aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFParagraph.java
Commit message (Expand)AuthorAgeFilesLines
* allow add and remove a HyperlinkRun or a FieldRunAlain BĂ©arez2020-03-291-45/+176
* Work on bug 64038 and other bugs and add test for 62865Dominik Stadler2020-03-081-16/+16
* [github-163] Add set level numbering on XWPFParagraph. Thanks to Mi Guoliang....PJ Fanning2019-12-261-0/+19
* Bug 63756: Describe units in JavaDocDominik Stadler2019-11-171-40/+34
* missing @since annotationsPJ Fanning2019-07-201-0/+1
* [github-153] XWPFParagraph: easier way to create a link. Thanks to Thibaut Cu...PJ Fanning2019-07-191-0/+23
* [github-156] add setKeepNext to XWPFParagraph. Thanks to Thibaut Cuvelier.PJ Fanning2019-07-161-0/+23
* Simplify some string operationsDominik Stadler2018-12-261-1/+1
* [github-120] rename some new xpwf abstract classes. This closes #120PJ Fanning2018-08-021-2/+2
* [github-117] Add getStyleWithName() to XWPFStyles. This closes #117PJ Fanning2018-07-251-5/+4
* [github-115] implement endnote. This closes #115PJ Fanning2018-07-241-11/+19
* [github-114] Extend docx footnote support. Thanks to Eliot Kimber. This close...PJ Fanning2018-07-211-0/+14
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-271-1/+1
* fix spellingPJ Fanning2018-05-271-8/+8
* [githib-110] rename text segment class. This closes #110PJ Fanning2018-05-271-3/+3
* use Integer.toString to convert ints to stringsPJ Fanning2018-02-271-8/+8
* Fix bug 61787, which was introduced by bug 58067: Change how deleted content ...Dominik Stadler2017-12-281-1/+7
* use StringBuilder in more placesPJ Fanning2017-10-311-4/+4
* Remove unnecessary toString calls [thanks to Kui Liu]. This close #79.PJ Fanning2017-10-151-1/+1
* Remove unnecessary local variablesDominik Stadler2017-09-161-2/+1
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-2/+2
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-171-31/+31
* github-53: fix NPE when iterating over paragraphs in certain *.docx files. Th...Javen O'Neal2017-05-161-7/+23
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-171-3/+3
* SonarQube fixesAndreas Beeker2017-01-081-62/+70
* SonarCube fixesMark Murphy2016-12-161-15/+20
* 60465: Cannot specify interline spacing for a Paragraph in XWPF Mark Murphy2016-12-161-2/+57
* Dispose XmlCursorAndreas Beeker2016-05-161-44/+43
* Fix bug 58067: XWPF: don't return deleted text when document is in review-modeDominik Stadler2016-01-031-1/+7
* bug 58618: XWPFParagraph insertNewRun and removeRun work incorrectly forDominik Stadler2016-01-011-7/+31
* remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ...Andreas Beeker2016-01-011-2/+0
* Sonar fixesAndreas Beeker2015-09-271-2/+2
* Fix some eclipse warnings, add TODOs for fields/hyperlinks XWPF add support, ...Nick Burch2015-08-111-4/+15
* Support XWPF field runs, the same way that we handle hyperlink runsNick Burch2015-08-111-8/+9
* POI-57975: clean up white spaces and other style issues in XWPFTim Allison2015-05-291-340/+356
* POI-57889 prevent NPE with on some documents with XWPFParagraph's getNumFmt()...Tim Allison2015-05-051-2/+88
* #57829 Avoid XmlValueDisconnectedException when removing a XWPFRun from a XWP...Nick Burch2015-04-241-1/+5
* XWPF implementation of some common Paragraph methodsNick Burch2015-02-051-3/+42
* Stub a common WP paragraph class, needs uncommenting as XWPF implements/emulatesNick Burch2015-02-051-1/+1
* More common HWPF/XWPF interfacesNick Burch2015-02-051-0/+1
* Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-08-281-10/+12
* When adding a new XPWFRun to a paragraph, update both the Runs and IRuns list...Nick Burch2014-03-081-26/+42
* FindBugs fixAndreas Beeker2014-02-161-2/+4
* Patch from Tim Allison from bug #54849 - Controlled content/Form (Std/StdBloc...Nick Burch2013-06-181-31/+56
* Fix and update JavaDoc entries, and correct areas with wildy inconsistent whi...Nick Burch2013-06-131-53/+55
* Patch from akhikhl from github pull #4 - Expose from XWPFParagraph the number...Nick Burch2013-06-121-1/+47
* Patch from Fabian from bug #52285 - support Smart Tags in XWPF paragraphs, wi...Nick Burch2011-12-061-196/+205
* cleaned javadocs warningsYegor Kozlov2011-06-061-2/+0
* Fix 1.6ismNick Burch2011-06-041-1/+0
* bug 51265: Enhanced Handling of Picture Parts in XWPFYegor Kozlov2011-06-011-50/+62