Title can be added in Cell

This commit is contained in:
troosan 2017-12-25 08:33:02 +01:00
parent 56720df487
commit 7250b15e74
1 changed files with 1 additions and 1 deletions

View File

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