aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi/xwpf/usermodel/TestXWPFParagraph.java
Commit message (Collapse)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-868/+0
| | | | | | | | update gradle files and project structure along https://github.com/centic9/poi/tree/gradle_build remove eclipse IDE project files remove obsolete record generator files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888111 13f79535-47bb-0310-9956-ffa450edef68
* Sonar fixesAndreas Beeker2021-01-091-29/+29
| | | | | | JUnit5 test classes and methods should have default package visibility git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885283 13f79535-47bb-0310-9956-ffa450edef68
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884783 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56205 - Upgrade OOXML schema to 3rd edition (transitional)Andreas Beeker2020-12-121-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884368 13f79535-47bb-0310-9956-ffa450edef68
* Add get/set indentationLeftChars/indentationRightChars in paragraphSayi2020-08-271-1/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881232 13f79535-47bb-0310-9956-ffa450edef68
* allow add and remove a HyperlinkRun or a FieldRunAlain Béarez2020-03-291-0/+132
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875862 13f79535-47bb-0310-9956-ffa450edef68
* try to find issue in testPJ Fanning2019-12-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872001 13f79535-47bb-0310-9956-ffa450edef68
* [github-163] Add set level numbering on XWPFParagraph. Thanks to Mi ↵PJ Fanning2019-12-261-0/+10
| | | | | | Guoliang. This closes #163 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871999 13f79535-47bb-0310-9956-ffa450edef68
* [github-156] add setKeepNext to XWPFParagraph. Thanks to Thibaut Cuvelier.PJ Fanning2019-07-161-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1863182 13f79535-47bb-0310-9956-ffa450edef68
* Close more file-handles in tests, convert junit3 testsDominik Stadler2019-03-311-504/+490
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856688 13f79535-47bb-0310-9956-ffa450edef68
* [githib-110] rename text segment class. This closes #110PJ Fanning2018-05-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832352 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug 61787, which was introduced by bug 58067: Change how deleted content ↵Dominik Stadler2017-12-281-2/+16
| | | | | | is detected to not incorrectly see too much text as deleted. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819405 13f79535-47bb-0310-9956-ffa450edef68
* Unit test comment for possible future expansionNick Burch2017-02-091-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782378 13f79535-47bb-0310-9956-ffa450edef68
* 60465: Cannot specify interline spacing for a Paragraph in XWPF Mark Murphy2016-12-161-0/+20
| | | | | | Task-Url: https://bz.apache.org/bugzilla/show_bug.cgi?id=60465 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1774551 13f79535-47bb-0310-9956-ffa450edef68
* More unit testing for XWPF list numbering complex cases, and some TODOs on ↵Nick Burch2016-11-041-0/+84
| | | | | | improving it, inspired by users@ discussions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768005 13f79535-47bb-0310-9956-ffa450edef68
* Enable some tests that are ignored, actually run green and did not have any ↵Dominik Stadler2016-03-121-3/+0
| | | | | | | | comment why they were ignored in the first place Fix some compiler warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1734687 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug 58067: XWPF: don't return deleted text when document is in review-modeDominik Stadler2016-01-031-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722715 13f79535-47bb-0310-9956-ffa450edef68
* bug 58618: XWPFParagraph insertNewRun and removeRun work incorrectly forDominik Stadler2016-01-011-1/+1
| | | | | | runs after hyperlink/field runs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722503 13f79535-47bb-0310-9956-ffa450edef68
* remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ↵Andreas Beeker2016-01-011-28/+84
| | | | | | | | xml schemas) close resources git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722482 13f79535-47bb-0310-9956-ffa450edef68
* Support XWPF field runs, the same way that we handle hyperlink runsNick Burch2015-08-111-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695361 13f79535-47bb-0310-9956-ffa450edef68
* POI-57975: clean up white spaces and other style issues in XWPFTim Allison2015-05-291-131/+147
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682473 13f79535-47bb-0310-9956-ffa450edef68
* Add unit tests for XSSFTextRun and TextPainter, slightly more tests for ↵Dominik Stadler2015-01-041-16/+158
| | | | | | XSSFSheet and enhance unit tests for XWPFParagraph and ExcelAntTest git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1649309 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-08-281-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1620997 13f79535-47bb-0310-9956-ffa450edef68
* POI 55361 trigger to load CTMoveBookmark in TestXWPFParagraphTim Allison2013-08-081-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1511777 13f79535-47bb-0310-9956-ffa450edef68
* bug 51265: Enhanced Handling of Picture Parts in XWPFYegor Kozlov2011-06-011-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1130120 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #51113 - Correct XWPFParagraph tracking of inserted runsNick Burch2011-05-031-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1098923 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #51111 - Correct XWPFParagraph tracking of new runsNick Burch2011-05-031-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1098920 13f79535-47bb-0310-9956-ffa450edef68
* Various XWPF picture tweaks and more unit testsNick Burch2010-09-141-1/+72
| | | | | | | Note that XWPFRun -> XWPFPicture currently only works with the full ooxml schemas file, and not with poi-ooxml-schemas, due to some sort of missing resources around the namespace switch git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@997037 13f79535-47bb-0310-9956-ffa450edef68
* Link XWPFPicture to XWPFRun, so that embedded pictures can be access from ↵Nick Burch2010-09-141-0/+3
| | | | | | where they live in the text stream git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@996927 13f79535-47bb-0310-9956-ffa450edef68
* Add a getBodyElements() method to XWPF IBody, to make access to embedded ↵Nick Burch2010-09-141-0/+3
| | | | | | paragraphs and tables easier, and a few tidy-ups git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@996849 13f79535-47bb-0310-9956-ffa450edef68
* ensure that CTNumPr is included in poi-ooxml-schemas.jar (Bugzilla 49833)Yegor Kozlov2010-09-041-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@992574 13f79535-47bb-0310-9956-ffa450edef68
* Fix deprecated warningsNick Burch2010-07-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@960117 13f79535-47bb-0310-9956-ffa450edef68
* Apply (with slight tweaks) patch from Phillip Epp from bug #48574 - further ↵Nick Burch2010-06-111-18/+32
| | | | | | XWPF support for tables, paragraphs, including enhanced support for adding new ones git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953704 13f79535-47bb-0310-9956-ffa450edef68
* added a test covering bookmarksYegor Kozlov2009-12-031-14/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886733 13f79535-47bb-0310-9956-ffa450edef68
* fixing compiler warnings - unused imports, declared exceptions not thrownJosh Micich2009-08-221-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806789 13f79535-47bb-0310-9956-ffa450edef68
* Centralize logic for finding/opening sample filesYegor Kozlov2009-08-191-15/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805928 13f79535-47bb-0310-9956-ffa450edef68
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-181-25/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805262 13f79535-47bb-0310-9956-ffa450edef68
* applied patches by Gisella Bronzetti:46299 - support for carriage return and ↵Yegor Kozlov2008-12-171-17/+65
| | | | | | line break in XWPFRun 46300 - support for line spacing in XWPFParagraph 46308 - initial support for creation of XWPFTable git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@727498 13f79535-47bb-0310-9956-ffa450edef68
* applied patch #46229 by Gisella Bronsetti: initial implementation of ↵Yegor Kozlov2008-11-201-69/+170
| | | | | | XWPFParagraph git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719316 13f79535-47bb-0310-9956-ffa450edef68
* 1. removed interfaces-jdk14, they are now obsolete2. started paving the way ↵Yegor Kozlov2008-11-091-1/+1
| | | | | | for XWPF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@712508 13f79535-47bb-0310-9956-ffa450edef68
* Improve how XWPF headers and footers workNick Burch2008-08-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@684269 13f79535-47bb-0310-9956-ffa450edef68
* Improve how XWPFParagraph works, so it is child order awareNick Burch2008-08-091-0/+96
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@684239 13f79535-47bb-0310-9956-ffa450edef68