ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
getSpIdMax () | |
Get maximum shape index of all shapes in all drawings (plus one) More... | |
setSpIdMax ($value) | |
Set maximum shape index of all shapes in all drawings (plus one) More... | |
getCDgSaved () | |
Get total number of drawings saved. More... | |
setCDgSaved ($value) | |
Set total number of drawings saved. More... | |
getCSpSaved () | |
Get total number of shapes saved (including group shapes) More... | |
setCSpSaved ($value) | |
Set total number of shapes saved (including group shapes) More... | |
getBstoreContainer () | |
Get BLIP Store Container. More... | |
setBstoreContainer ($bstoreContainer) | |
Set BLIP Store Container. More... | |
setOPT ($property, $value) | |
Set an option for the drawing group. More... | |
getOPT ($property) | |
Get an option for the drawing group. More... | |
getIDCLs () | |
Get identifier clusters. More... | |
setIDCLs ($pValue) | |
Set identifier clusters. More... | |
Private Attributes | |
$_spIdMax | |
$_cDgSaved | |
$_cSpSaved | |
$_bstoreContainer | |
$_OPT = array() | |
$_IDCLs = array() | |
Definition at line 35 of file DggContainer.php.
PHPExcel_Shared_Escher_DggContainer::getBstoreContainer | ( | ) |
Get BLIP Store Container.
Definition at line 144 of file DggContainer.php.
References $_bstoreContainer.
PHPExcel_Shared_Escher_DggContainer::getCDgSaved | ( | ) |
Get total number of drawings saved.
Definition at line 104 of file DggContainer.php.
References $_cDgSaved.
PHPExcel_Shared_Escher_DggContainer::getCSpSaved | ( | ) |
Get total number of shapes saved (including group shapes)
Definition at line 124 of file DggContainer.php.
References $_cSpSaved.
PHPExcel_Shared_Escher_DggContainer::getIDCLs | ( | ) |
Get identifier clusters.
Definition at line 189 of file DggContainer.php.
References $_IDCLs.
PHPExcel_Shared_Escher_DggContainer::getOPT | ( | $property | ) |
Get an option for the drawing group.
int | $property | The number specifies the option |
Definition at line 176 of file DggContainer.php.
PHPExcel_Shared_Escher_DggContainer::getSpIdMax | ( | ) |
Get maximum shape index of all shapes in all drawings (plus one)
Definition at line 84 of file DggContainer.php.
References $_spIdMax.
PHPExcel_Shared_Escher_DggContainer::setBstoreContainer | ( | $bstoreContainer | ) |
Set BLIP Store Container.
PHPExcel_Shared_Escher_DggContainer_BstoreContainer | $bstoreContainer |
Definition at line 154 of file DggContainer.php.
PHPExcel_Shared_Escher_DggContainer::setCDgSaved | ( | $value | ) |
PHPExcel_Shared_Escher_DggContainer::setCSpSaved | ( | $value | ) |
Set total number of shapes saved (including group shapes)
int |
Definition at line 134 of file DggContainer.php.
PHPExcel_Shared_Escher_DggContainer::setIDCLs | ( | $pValue | ) |
Set identifier clusters.
array(<drawingId> => <max shape="" id>="">, ...)
array | $pValue |
Definition at line 199 of file DggContainer.php.
PHPExcel_Shared_Escher_DggContainer::setOPT | ( | $property, | |
$value | |||
) |
Set an option for the drawing group.
int | $property | The number specifies the option |
mixed | $value |
Definition at line 165 of file DggContainer.php.
PHPExcel_Shared_Escher_DggContainer::setSpIdMax | ( | $value | ) |
Set maximum shape index of all shapes in all drawings (plus one)
int |
Definition at line 94 of file DggContainer.php.
|
private |
Definition at line 63 of file DggContainer.php.
Referenced by getBstoreContainer().
|
private |
Definition at line 49 of file DggContainer.php.
Referenced by getCDgSaved().
|
private |
Definition at line 56 of file DggContainer.php.
Referenced by getCSpSaved().
|
private |
Definition at line 77 of file DggContainer.php.
Referenced by getIDCLs().
|
private |
Definition at line 70 of file DggContainer.php.
|
private |
Definition at line 42 of file DggContainer.php.
Referenced by getSpIdMax().