|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for PHPExcel_Worksheet_BaseDrawing:
Collaboration diagram for PHPExcel_Worksheet_BaseDrawing:Public Member Functions | |
| __construct () | |
| Create a new PHPExcel_Worksheet_BaseDrawing. More... | |
| getImageIndex () | |
| Get image index. More... | |
| getName () | |
| Get Name. More... | |
| setName ($pValue='') | |
| Set Name. More... | |
| getDescription () | |
| Get Description. More... | |
| setDescription ($pValue='') | |
| Set Description. More... | |
| getWorksheet () | |
| Get Worksheet. More... | |
| setWorksheet (PHPExcel_Worksheet $pValue=null, $pOverrideOld=false) | |
| Set Worksheet. More... | |
| getCoordinates () | |
| Get Coordinates. More... | |
| setCoordinates ($pValue='A1') | |
| Set Coordinates. More... | |
| getOffsetX () | |
| Get OffsetX. More... | |
| setOffsetX ($pValue=0) | |
| Set OffsetX. More... | |
| getOffsetY () | |
| Get OffsetY. More... | |
| setOffsetY ($pValue=0) | |
| Set OffsetY. More... | |
| getWidth () | |
| Get Width. More... | |
| setWidth ($pValue=0) | |
| Set Width. More... | |
| getHeight () | |
| Get Height. More... | |
| setHeight ($pValue=0) | |
| Set Height. More... | |
| setWidthAndHeight ($width=0, $height=0) | |
Set width and height with proportional resize Example: $objDrawing->setResizeProportional(true); $objDrawing->setWidthAndHeight(160,120); More... | |
| getResizeProportional () | |
| Get ResizeProportional. More... | |
| setResizeProportional ($pValue=true) | |
| Set ResizeProportional. More... | |
| getRotation () | |
| Get Rotation. More... | |
| setRotation ($pValue=0) | |
| Set Rotation. More... | |
| getShadow () | |
| Get Shadow. More... | |
| setShadow (PHPExcel_Worksheet_Drawing_Shadow $pValue=null) | |
| Set Shadow. More... | |
| getHashCode () | |
| Get hash code. More... | |
| __clone () | |
| Implement PHP __clone to create a deep clone, not just a shallow copy. More... | |
| getHashCode () | |
| Get hash code. More... | |
Protected Attributes | |
| $_name | |
| $_description | |
| $_worksheet | |
| $_coordinates | |
| $_offsetX | |
| $_offsetY | |
| $_width | |
| $_height | |
| $_resizeProportional | |
| $_rotation | |
| $_shadow | |
Private Attributes | |
| $_imageIndex = 0 | |
Static Private Attributes | |
| static | $_imageCounter = 0 |
Definition at line 36 of file BaseDrawing.php.
| PHPExcel_Worksheet_BaseDrawing::__construct | ( | ) |
Create a new PHPExcel_Worksheet_BaseDrawing.
Reimplemented in PHPExcel_Worksheet_Drawing, PHPExcel_Worksheet_HeaderFooterDrawing, and PHPExcel_Worksheet_MemoryDrawing.
Definition at line 132 of file BaseDrawing.php.
References $_imageCounter.
| PHPExcel_Worksheet_BaseDrawing::__clone | ( | ) |
Implement PHP __clone to create a deep clone, not just a shallow copy.
Reimplemented in PHPExcel_Worksheet_Drawing, PHPExcel_Worksheet_HeaderFooterDrawing, and PHPExcel_Worksheet_MemoryDrawing.
Definition at line 479 of file BaseDrawing.php.
| PHPExcel_Worksheet_BaseDrawing::getCoordinates | ( | ) |
Get Coordinates.
Definition at line 251 of file BaseDrawing.php.
References $_coordinates.
| PHPExcel_Worksheet_BaseDrawing::getDescription | ( | ) |
Get Description.
Definition at line 186 of file BaseDrawing.php.
References $_description.
| PHPExcel_Worksheet_BaseDrawing::getHashCode | ( | ) |
Get hash code.
Implements PHPExcel_IComparable.
Reimplemented in PHPExcel_Worksheet_Drawing, PHPExcel_Worksheet_HeaderFooterDrawing, and PHPExcel_Worksheet_MemoryDrawing.
Definition at line 460 of file BaseDrawing.php.
| PHPExcel_Worksheet_BaseDrawing::getHeight | ( | ) |
Get Height.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 339 of file BaseDrawing.php.
References $_height.
| PHPExcel_Worksheet_BaseDrawing::getImageIndex | ( | ) |
Get image index.
Definition at line 157 of file BaseDrawing.php.
References $_imageIndex.
Referenced by PHPExcel_Worksheet_Drawing\getIndexedFilename(), and PHPExcel_Worksheet_MemoryDrawing\getIndexedFilename().
Here is the caller graph for this function:| PHPExcel_Worksheet_BaseDrawing::getName | ( | ) |
Get Name.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 166 of file BaseDrawing.php.
References $_name.
| PHPExcel_Worksheet_BaseDrawing::getOffsetX | ( | ) |
Get OffsetX.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 271 of file BaseDrawing.php.
References $_offsetX.
| PHPExcel_Worksheet_BaseDrawing::getOffsetY | ( | ) |
Get OffsetY.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 291 of file BaseDrawing.php.
References $_offsetY.
| PHPExcel_Worksheet_BaseDrawing::getResizeProportional | ( | ) |
Get ResizeProportional.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 399 of file BaseDrawing.php.
References $_resizeProportional.
| PHPExcel_Worksheet_BaseDrawing::getRotation | ( | ) |
Get Rotation.
Definition at line 419 of file BaseDrawing.php.
References $_rotation.
| PHPExcel_Worksheet_BaseDrawing::getShadow | ( | ) |
| PHPExcel_Worksheet_BaseDrawing::getWidth | ( | ) |
Get Width.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 311 of file BaseDrawing.php.
References $_width.
| PHPExcel_Worksheet_BaseDrawing::getWorksheet | ( | ) |
Get Worksheet.
Definition at line 206 of file BaseDrawing.php.
References $_worksheet.
| PHPExcel_Worksheet_BaseDrawing::setCoordinates | ( | $pValue = 'A1' | ) |
Set Coordinates.
| string | $pValue |
Definition at line 261 of file BaseDrawing.php.
| PHPExcel_Worksheet_BaseDrawing::setDescription | ( | $pValue = '' | ) |
Set Description.
| string | $pValue |
Definition at line 196 of file BaseDrawing.php.
| PHPExcel_Worksheet_BaseDrawing::setHeight | ( | $pValue = 0 | ) |
Set Height.
| int | $pValue |
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 349 of file BaseDrawing.php.
| PHPExcel_Worksheet_BaseDrawing::setName | ( | $pValue = '' | ) |
Set Name.
| string | $pValue |
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 176 of file BaseDrawing.php.
| PHPExcel_Worksheet_BaseDrawing::setOffsetX | ( | $pValue = 0 | ) |
Set OffsetX.
| int | $pValue |
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 281 of file BaseDrawing.php.
| PHPExcel_Worksheet_BaseDrawing::setOffsetY | ( | $pValue = 0 | ) |
Set OffsetY.
| int | $pValue |
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 301 of file BaseDrawing.php.
| PHPExcel_Worksheet_BaseDrawing::setResizeProportional | ( | $pValue = true | ) |
Set ResizeProportional.
| boolean | $pValue |
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 409 of file BaseDrawing.php.
| PHPExcel_Worksheet_BaseDrawing::setRotation | ( | $pValue = 0 | ) |
Set Rotation.
| int | $pValue |
Definition at line 429 of file BaseDrawing.php.
| PHPExcel_Worksheet_BaseDrawing::setShadow | ( | PHPExcel_Worksheet_Drawing_Shadow | $pValue = null | ) |
Set Shadow.
| PHPExcel_Worksheet_Drawing_Shadow | $pValue |
| PHPExcel_Exception |
Definition at line 450 of file BaseDrawing.php.
| PHPExcel_Worksheet_BaseDrawing::setWidth | ( | $pValue = 0 | ) |
Set Width.
| int | $pValue |
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 321 of file BaseDrawing.php.
| PHPExcel_Worksheet_BaseDrawing::setWidthAndHeight | ( | $width = 0, |
|
$height = 0 |
|||
| ) |
Set width and height with proportional resize Example: $objDrawing->setResizeProportional(true); $objDrawing->setWidthAndHeight(160,120);
| int | $width | |
| int | $height |
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 375 of file BaseDrawing.php.
| PHPExcel_Worksheet_BaseDrawing::setWorksheet | ( | PHPExcel_Worksheet | $pValue = null, |
$pOverrideOld = false |
|||
| ) |
Set Worksheet.
| PHPExcel_Worksheet | $pValue | |
| bool | $pOverrideOld | If a Worksheet has already been assigned, overwrite it and remove image from old Worksheet? |
| PHPExcel_Exception |
Definition at line 218 of file BaseDrawing.php.
References setWorksheet().
Referenced by setWorksheet().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 78 of file BaseDrawing.php.
Referenced by getCoordinates().
|
protected |
Definition at line 64 of file BaseDrawing.php.
Referenced by getDescription().
|
protected |
Definition at line 106 of file BaseDrawing.php.
Referenced by getHeight().
|
staticprivate |
Definition at line 43 of file BaseDrawing.php.
Referenced by __construct().
|
private |
Definition at line 50 of file BaseDrawing.php.
Referenced by getImageIndex().
|
protected |
Definition at line 57 of file BaseDrawing.php.
Referenced by getName().
|
protected |
Definition at line 85 of file BaseDrawing.php.
Referenced by getOffsetX().
|
protected |
Definition at line 92 of file BaseDrawing.php.
Referenced by getOffsetY().
|
protected |
Definition at line 113 of file BaseDrawing.php.
Referenced by getResizeProportional().
|
protected |
Definition at line 120 of file BaseDrawing.php.
Referenced by getRotation().
|
protected |
Definition at line 127 of file BaseDrawing.php.
Referenced by getShadow().
|
protected |
Definition at line 99 of file BaseDrawing.php.
Referenced by getWidth().
|
protected |
Definition at line 71 of file BaseDrawing.php.
Referenced by getWorksheet().