A chart object can also be added to a table cell
This commit is contained in:
parent
cd2e7f7347
commit
13a1c9f24f
|
|
@ -211,7 +211,7 @@ abstract class AbstractContainer extends AbstractElement
|
|||
'Title' => array('Section'),
|
||||
'TOC' => array('Section'),
|
||||
'PageBreak' => array('Section'),
|
||||
'Chart' => array('Section'),
|
||||
'Chart' => array('Section', 'Cell'),
|
||||
);
|
||||
|
||||
// Special condition, e.g. preservetext can only exists in cell when
|
||||
|
|
|
|||
Loading…
Reference in New Issue