Fix PreserveText in Section #452

This commit is contained in:
Andrey Tyshev 2017-06-19 13:51:41 +03:00
parent aae9ad4249
commit 2074d35ab0
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ abstract class AbstractContainer extends AbstractElement
'TextBox' => array('Section', 'Header', 'Footer', 'Cell'),
'Footnote' => array('Section', 'TextRun', 'Cell'),
'Endnote' => array('Section', 'TextRun', 'Cell'),
'PreserveText' => array('Header', 'Footer', 'Cell'),
'PreserveText' => array('Section', 'Header', 'Footer', 'Cell'),
'Title' => array('Section'),
'TOC' => array('Section'),
'PageBreak' => array('Section'),