Merge pull request #582 from SSchwaiger/patch-2
A chart object can also be added to a table cell
This commit is contained in:
commit
0c7593ba10
|
|
@ -212,7 +212,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