Merge pull request #1075 from slowprog/develop

Fix names of styles
This commit is contained in:
troosan 2017-07-04 15:54:41 +02:00 committed by GitHub
commit 17849b3514
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'),