Detailed Description
Definition at line 35 of file Escher.php.
Member Function Documentation
PHPExcel_Shared_Escher::getDgContainer |
( |
| ) |
|
PHPExcel_Shared_Escher::getDggContainer |
( |
| ) |
|
PHPExcel_Shared_Escher::setDgContainer |
( |
|
$dgContainer | ) |
|
Set Drawing Container.
- Parameters
-
Definition at line 86 of file Escher.php.
{
return $this->_dgContainer = $dgContainer;
}
PHPExcel_Shared_Escher::setDggContainer |
( |
|
$dggContainer | ) |
|
Set Drawing Group Container.
- Parameters
-
Definition at line 66 of file Escher.php.
{
return $this->_dggContainer = $dggContainer;
}
Field Documentation
PHPExcel_Shared_Escher::$_dgContainer |
|
private |
PHPExcel_Shared_Escher::$_dggContainer |
|
private |
The documentation for this class was generated from the following file: