ILIAS
eassessment Revision 61809
|
Public Member Functions | |
getSpIdMax () | |
Get maximum shape index of all shapes in all drawings (plus one) | |
setSpIdMax ($value) | |
Set maximum shape index of all shapes in all drawings (plus one) | |
getCDgSaved () | |
Get total number of drawings saved. | |
setCDgSaved ($value) | |
Set total number of drawings saved. | |
getCSpSaved () | |
Get total number of shapes saved (including group shapes) | |
setCSpSaved ($value) | |
Set total number of shapes saved (including group shapes) | |
getBstoreContainer () | |
Get BLIP Store Container. | |
setBstoreContainer ($bstoreContainer) | |
Set BLIP Store Container. | |
setOPT ($property, $value) | |
Set an option for the drawing group. | |
getOPT ($property) | |
Get an option for the drawing group. | |
getIDCLs () | |
Get identifier clusters. | |
setIDCLs ($pValue) | |
Set identifier clusters. |
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 | ) |
Set total number of drawings saved.
int |
Definition at line 114 of file DggContainer.php.
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().