Add TextRun as container for CheckBox
This commit is contained in:
parent
16495a0a0d
commit
0857f36572
@ -207,7 +207,7 @@ abstract class AbstractContainer extends AbstractElement
|
|||||||
'ListItem' => array('Section', 'Header', 'Footer', 'Cell', 'TextBox'),
|
'ListItem' => array('Section', 'Header', 'Footer', 'Cell', 'TextBox'),
|
||||||
'ListItemRun' => array('Section', 'Header', 'Footer', 'Cell', 'TextBox'),
|
'ListItemRun' => array('Section', 'Header', 'Footer', 'Cell', 'TextBox'),
|
||||||
'Table' => array('Section', 'Header', 'Footer', 'Cell', 'TextBox'),
|
'Table' => array('Section', 'Header', 'Footer', 'Cell', 'TextBox'),
|
||||||
'CheckBox' => array('Section', 'Header', 'Footer', 'Cell'),
|
'CheckBox' => array('Section', 'Header', 'Footer', 'Cell', 'TextRun'),
|
||||||
'TextBox' => array('Section', 'Header', 'Footer', 'Cell'),
|
'TextBox' => array('Section', 'Header', 'Footer', 'Cell'),
|
||||||
'Footnote' => array('Section', 'TextRun', 'Cell'),
|
'Footnote' => array('Section', 'TextRun', 'Cell'),
|
||||||
'Endnote' => array('Section', 'TextRun', 'Cell'),
|
'Endnote' => array('Section', 'TextRun', 'Cell'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user