ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
setParent ($parent) | |
Set parent Shape Group Container. More... | |
getParent () | |
Get the parent Shape Group Container. More... | |
setSpgr ($value=false) | |
Set whether this is a group shape. More... | |
getSpgr () | |
Get whether this is a group shape. More... | |
setSpType ($value) | |
Set the shape type. More... | |
getSpType () | |
Get the shape type. More... | |
setSpFlag ($value) | |
Set the shape flag. More... | |
getSpFlag () | |
Get the shape flag. More... | |
setSpId ($value) | |
Set the shape index. More... | |
getSpId () | |
Get the shape index. More... | |
setOPT ($property, $value) | |
Set an option for the Shape Group Container. More... | |
getOPT ($property) | |
Get an option for the Shape Group Container. More... | |
getOPTCollection () | |
Get the collection of options. More... | |
setStartCoordinates ($value='A1') | |
Set cell coordinates of upper-left corner of shape. More... | |
getStartCoordinates () | |
Get cell coordinates of upper-left corner of shape. More... | |
setStartOffsetX ($startOffsetX=0) | |
Set offset in x-direction of upper-left corner of shape measured in 1/1024 of column width. More... | |
getStartOffsetX () | |
Get offset in x-direction of upper-left corner of shape measured in 1/1024 of column width. More... | |
setStartOffsetY ($startOffsetY=0) | |
Set offset in y-direction of upper-left corner of shape measured in 1/256 of row height. More... | |
getStartOffsetY () | |
Get offset in y-direction of upper-left corner of shape measured in 1/256 of row height. More... | |
setEndCoordinates ($value='A1') | |
Set cell coordinates of bottom-right corner of shape. More... | |
getEndCoordinates () | |
Get cell coordinates of bottom-right corner of shape. More... | |
setEndOffsetX ($endOffsetX=0) | |
Set offset in x-direction of bottom-right corner of shape measured in 1/1024 of column width. More... | |
getEndOffsetX () | |
Get offset in x-direction of bottom-right corner of shape measured in 1/1024 of column width. More... | |
setEndOffsetY ($endOffsetY=0) | |
Set offset in y-direction of bottom-right corner of shape measured in 1/256 of row height. More... | |
getEndOffsetY () | |
Get offset in y-direction of bottom-right corner of shape measured in 1/256 of row height. More... | |
getNestingLevel () | |
Get the nesting level of this spContainer. More... | |
Private Attributes | |
$_parent | |
$_spgr = false | |
$_spType | |
$_spFlag | |
$_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 331 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 351 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 371 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 383 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 238 of file SpContainer.php.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getOPTCollection | ( | ) |
Get the collection of options.
Definition at line 251 of file SpContainer.php.
References $_OPT.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getParent | ( | ) |
Get the parent Shape Group Container.
Definition at line 136 of file SpContainer.php.
References $_parent.
Referenced by getNestingLevel().
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getSpFlag | ( | ) |
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getSpgr | ( | ) |
Get whether this is a group shape.
Definition at line 156 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 271 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 291 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 311 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 321 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 341 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 361 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 227 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 126 of file SpContainer.php.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::setSpFlag | ( | $value | ) |
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::setSpgr | ( | $value = false | ) |
Set whether this is a group shape.
boolean | $value |
Definition at line 146 of file SpContainer.php.
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::setSpId | ( | $value | ) |
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::setSpType | ( | $value | ) |
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::setStartCoordinates | ( | $value = 'A1' | ) |
Set cell coordinates of upper-left corner of shape.
string | $value |
Definition at line 261 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 281 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 301 of file SpContainer.php.
|
private |
Definition at line 105 of file SpContainer.php.
Referenced by getEndCoordinates().
|
private |
Definition at line 112 of file SpContainer.php.
Referenced by getEndOffsetX().
|
private |
Definition at line 119 of file SpContainer.php.
Referenced by getEndOffsetY().
|
private |
Definition at line 77 of file SpContainer.php.
Referenced by getOPTCollection().
|
private |
Definition at line 42 of file SpContainer.php.
Referenced by getParent().
|
private |
Definition at line 63 of file SpContainer.php.
Referenced by getSpFlag().
|
private |
Definition at line 49 of file SpContainer.php.
Referenced by getSpgr().
|
private |
Definition at line 70 of file SpContainer.php.
Referenced by getSpId().
|
private |
Definition at line 56 of file SpContainer.php.
Referenced by getSpType().
|
private |
Definition at line 84 of file SpContainer.php.
Referenced by getStartCoordinates().
|
private |
Definition at line 91 of file SpContainer.php.
Referenced by getStartOffsetX().
|
private |
Definition at line 98 of file SpContainer.php.
Referenced by getStartOffsetY().