|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for PHPExcel_Worksheet_Drawing:
Collaboration diagram for PHPExcel_Worksheet_Drawing:Public Member Functions | |
| __construct () | |
| Create a new PHPExcel_Worksheet_Drawing. More... | |
| getFilename () | |
| Get Filename. More... | |
| getIndexedFilename () | |
| Get indexed filename (using image index) More... | |
| getExtension () | |
| Get Extension. More... | |
| getPath () | |
| Get Path. More... | |
| setPath ($pValue='', $pVerifyFile=true) | |
| Set Path. More... | |
| getHashCode () | |
| Get hash code. More... | |
| __clone () | |
| Implement PHP __clone to create a deep clone, not just a shallow copy. More... | |
Public Member Functions inherited from PHPExcel_Worksheet_BaseDrawing | |
| __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... | |
Private Attributes | |
| $_path | |
Additional Inherited Members | |
Protected Attributes inherited from PHPExcel_Worksheet_BaseDrawing | |
| $_name | |
| $_description | |
| $_worksheet | |
| $_coordinates | |
| $_offsetX | |
| $_offsetY | |
| $_width | |
| $_height | |
| $_resizeProportional | |
| $_rotation | |
| $_shadow | |
Definition at line 36 of file Drawing.php.
| PHPExcel_Worksheet_Drawing::__construct | ( | ) |
Create a new PHPExcel_Worksheet_Drawing.
Reimplemented from PHPExcel_Worksheet_BaseDrawing.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 48 of file Drawing.php.
| PHPExcel_Worksheet_Drawing::__clone | ( | ) |
Implement PHP __clone to create a deep clone, not just a shallow copy.
Reimplemented from PHPExcel_Worksheet_BaseDrawing.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 138 of file Drawing.php.
| PHPExcel_Worksheet_Drawing::getExtension | ( | ) |
Get Extension.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 82 of file Drawing.php.
Referenced by getIndexedFilename().
Here is the caller graph for this function:| PHPExcel_Worksheet_Drawing::getFilename | ( | ) |
Get Filename.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 62 of file Drawing.php.
Referenced by getIndexedFilename().
Here is the caller graph for this function:| PHPExcel_Worksheet_Drawing::getHashCode | ( | ) |
Get hash code.
Implements PHPExcel_IComparable.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 127 of file Drawing.php.
| PHPExcel_Worksheet_Drawing::getIndexedFilename | ( | ) |
Get indexed filename (using image index)
Definition at line 71 of file Drawing.php.
References getExtension(), getFilename(), and PHPExcel_Worksheet_BaseDrawing\getImageIndex().
Here is the call graph for this function:| PHPExcel_Worksheet_Drawing::getPath | ( | ) |
Get Path.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 92 of file Drawing.php.
References $_path.
| PHPExcel_Worksheet_Drawing::setPath | ( | $pValue = '', |
|
$pVerifyFile = true |
|||
| ) |
Set Path.
| string | $pValue | File path |
| boolean | $pVerifyFile | Verify file |
| PHPExcel_Exception |
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 104 of file Drawing.php.
|
private |
Definition at line 43 of file Drawing.php.
Referenced by getPath().