ILIAS
eassessment Revision 61809
|
Public Member Functions | |
setParent ($parent) | |
Set parent Shape Group Container. | |
getParent () | |
Get the parent Shape Group Container. | |
setSpgr ($value=false) | |
Set whether this is a group shape. | |
getSpgr () | |
Get whether this is a group shape. | |
setSpType ($value) | |
Set the shape type. | |
getSpType () | |
Get the shape type. | |
setSpId ($value) | |
Set the shape index. | |
getSpId () | |
Get the shape index. | |
setOPT ($property, $value) | |
Set an option for the Shape Group Container. | |
getOPT ($property) | |
Get an option for the Shape Group Container. | |
getOPTCollection () | |
Get the collection of options. | |
setStartCoordinates ($value= 'A1') | |
Set cell coordinates of upper-left corner of shape. | |
getStartCoordinates () | |
Get cell coordinates of upper-left corner of shape. | |
setStartOffsetX ($startOffsetX=0) | |
Set offset in x-direction of upper-left corner of shape measured in 1/1024 of column width. | |
getStartOffsetX () | |
Get offset in x-direction of upper-left corner of shape measured in 1/1024 of column width. | |
setStartOffsetY ($startOffsetY=0) | |
Set offset in y-direction of upper-left corner of shape measured in 1/256 of row height. | |
getStartOffsetY () | |
Get offset in y-direction of upper-left corner of shape measured in 1/256 of row height. | |
setEndCoordinates ($value= 'A1') | |
Set cell coordinates of bottom-right corner of shape. | |
getEndCoordinates () | |
Get cell coordinates of bottom-right corner of shape. | |
setEndOffsetX ($endOffsetX=0) | |
Set offset in x-direction of bottom-right corner of shape measured in 1/1024 of column width. | |
getEndOffsetX () | |
Get offset in x-direction of bottom-right corner of shape measured in 1/1024 of column width. | |
setEndOffsetY ($endOffsetY=0) | |
Set offset in y-direction of bottom-right corner of shape measured in 1/256 of row height. | |
getEndOffsetY () | |
Get offset in y-direction of bottom-right corner of shape measured in 1/256 of row height. | |
getNestingLevel () | |
Get the nesting level of this spContainer. |
Private Attributes | |
$_parent | |
$_spgr = false | |
$_spType | |
$_spId | |
$_OPT | |
$_startCoordinates | |
$_startOffsetX | |
$_startOffsetY | |
$_endCoordinates | |
$_endOffsetX | |
$_endOffsetY |
Definition at line 35 of file SpContainer.php.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getEndCoordinates | ( | ) |
Get cell coordinates of bottom-right corner of shape.
Definition at line 304 of file SpContainer.php.
References $_endCoordinates.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getEndOffsetX | ( | ) |
Get offset in x-direction of bottom-right corner of shape measured in 1/1024 of column width.
Definition at line 324 of file SpContainer.php.
References $_endOffsetX.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getEndOffsetY | ( | ) |
Get offset in y-direction of bottom-right corner of shape measured in 1/256 of row height.
Definition at line 344 of file SpContainer.php.
References $_endOffsetY.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getNestingLevel | ( | ) |
Get the nesting level of this spContainer.
This is the number of spgrContainers between this spContainer and the dgContainer. A value of 1 = immediately within first spgrContainer Higher nesting level occurs if and only if spContainer is part of a shape group
Definition at line 356 of file SpContainer.php.
References getParent().
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getOPT | ( | $property | ) |
Get an option for the Shape Group Container.
int | $property | The number specifies the option |
Definition at line 211 of file SpContainer.php.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getOPTCollection | ( | ) |
Get the collection of options.
Definition at line 224 of file SpContainer.php.
References $_OPT.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getParent | ( | ) |
Get the parent Shape Group Container.
Definition at line 129 of file SpContainer.php.
References $_parent.
Referenced by getNestingLevel().
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getSpgr | ( | ) |
Get whether this is a group shape.
Definition at line 149 of file SpContainer.php.
References $_spgr.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getSpId | ( | ) |
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getSpType | ( | ) |
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getStartCoordinates | ( | ) |
Get cell coordinates of upper-left corner of shape.
Definition at line 244 of file SpContainer.php.
References $_startCoordinates.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getStartOffsetX | ( | ) |
Get offset in x-direction of upper-left corner of shape measured in 1/1024 of column width.
Definition at line 264 of file SpContainer.php.
References $_startOffsetX.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getStartOffsetY | ( | ) |
Get offset in y-direction of upper-left corner of shape measured in 1/256 of row height.
Definition at line 284 of file SpContainer.php.
References $_startOffsetY.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::setEndCoordinates | ( | $value = 'A1' | ) |
Set cell coordinates of bottom-right corner of shape.
string | $value |
Definition at line 294 of file SpContainer.php.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::setEndOffsetX | ( | $endOffsetX = 0 | ) |
Set offset in x-direction of bottom-right corner of shape measured in 1/1024 of column width.
int | $startOffsetX |
Definition at line 314 of file SpContainer.php.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::setEndOffsetY | ( | $endOffsetY = 0 | ) |
Set offset in y-direction of bottom-right corner of shape measured in 1/256 of row height.
int | $endOffsetY |
Definition at line 334 of file SpContainer.php.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::setOPT | ( | $property, | |
$value | |||
) |
Set an option for the Shape Group Container.
int | $property | The number specifies the option |
mixed | $value |
Definition at line 200 of file SpContainer.php.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::setParent | ( | $parent | ) |
Set parent Shape Group Container.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer | $parent |
Definition at line 119 of file SpContainer.php.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::setSpgr | ( | $value = false | ) |
Set whether this is a group shape.
boolean | $value |
Definition at line 139 of file SpContainer.php.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::setSpId | ( | $value | ) |
Set the shape index.
int | $value |
Definition at line 179 of file SpContainer.php.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::setSpType | ( | $value | ) |
Set the shape type.
int | $value |
Definition at line 159 of file SpContainer.php.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::setStartCoordinates | ( | $value = 'A1' | ) |
Set cell coordinates of upper-left corner of shape.
string | $value |
Definition at line 234 of file SpContainer.php.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::setStartOffsetX | ( | $startOffsetX = 0 | ) |
Set offset in x-direction of upper-left corner of shape measured in 1/1024 of column width.
int | $startOffsetX |
Definition at line 254 of file SpContainer.php.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::setStartOffsetY | ( | $startOffsetY = 0 | ) |
Set offset in y-direction of upper-left corner of shape measured in 1/256 of row height.
int | $startOffsetY |
Definition at line 274 of file SpContainer.php.
|
private |
Definition at line 98 of file SpContainer.php.
Referenced by getEndCoordinates().
|
private |
Definition at line 105 of file SpContainer.php.
Referenced by getEndOffsetX().
|
private |
Definition at line 112 of file SpContainer.php.
Referenced by getEndOffsetY().
|
private |
Definition at line 70 of file SpContainer.php.
Referenced by getOPTCollection().
|
private |
Definition at line 42 of file SpContainer.php.
Referenced by getParent().
|
private |
Definition at line 49 of file SpContainer.php.
Referenced by getSpgr().
|
private |
Definition at line 63 of file SpContainer.php.
Referenced by getSpId().
|
private |
Definition at line 56 of file SpContainer.php.
Referenced by getSpType().
|
private |
Definition at line 77 of file SpContainer.php.
Referenced by getStartCoordinates().
|
private |
Definition at line 84 of file SpContainer.php.
Referenced by getStartOffsetX().
|
private |
Definition at line 91 of file SpContainer.php.
Referenced by getStartOffsetY().