PHPWord/src/PhpWord
Walter Tamboer 18b3c754ef No nested w:pPr elements in ListItemRun.
This commit fixes issue #1529

This commit prevents nested w:pPr elements when using a ListItemRun with
a paragraph style. The different between a ListItem and a ListItem run
is that the setWithoutPPR method is called on the ParagraphStyleWriter
(PhpOffice\PhpWord\Writer\Word2007\Style\Paragraph).

According to the specs it's not allowed to have nested w:pPr elements.
See http://www.datypic.com/sc/ooxml/e-w_pPr-2.html
2019-05-09 15:29:25 +02:00
..
Collection update copyright to 2018 2018-03-08 23:52:25 +01:00
ComplexType fix warning 2018-04-14 23:21:02 +02:00
Element TrackChange doesn't handle all return types of \DateTime::createFromFormat(...) (#1584) 2019-02-24 00:24:49 +01:00
Escaper update copyright to 2018 2018-03-08 23:52:25 +01:00
Exception update copyright to 2018 2018-03-08 23:52:25 +01:00
Metadata Remove unnecessary ternary expressions 2018-11-19 01:32:28 -02:00
Reader implement support for section vAlign 2019-02-05 21:42:14 +01:00
Shared call static instead of self on protected method 2019-04-09 10:55:43 +02:00
SimpleType implement support for section vAlign 2019-02-05 21:42:14 +01:00
Style remove trailing spaces 2019-03-31 13:20:51 +02:00
Writer No nested w:pPr elements in ListItemRun. 2019-05-09 15:29:25 +02:00
resources Refactor: Create writers' `Part` folders and remove all static parts 2014-04-30 13:49:48 +07:00
IOFactory.php update copyright to 2018 2018-03-08 23:52:25 +01:00
Media.php update copyright to 2018 2018-03-08 23:52:25 +01:00
PhpWord.php Update documentation for Style::add*Style methods (#1383) 2018-05-31 00:21:08 +02:00
Settings.php update copyright to 2018 2018-03-08 23:52:25 +01:00
Style.php Update documentation for Style::add*Style methods (#1383) 2018-05-31 00:21:08 +02:00
Template.php update copyright to 2018 2018-03-08 23:52:25 +01:00
TemplateProcessor.php Ensure that entity_loader disable variable is re-set back to the original setting 2019-03-31 08:31:49 +11:00