ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
__construct () | |
Create a new PHPExcel_Worksheet_Drawing. | |
getFilename () | |
Get Filename. | |
getIndexedFilename () | |
Get indexed filename (using image index) | |
getExtension () | |
Get Extension. | |
getPath () | |
Get Path. | |
setPath ($pValue= '', $pVerifyFile=true) | |
Set Path. | |
getHashCode () | |
Get hash code. | |
getHashIndex () | |
Get hash index. | |
setHashIndex ($value) | |
Set hash index. | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. | |
Public Member Functions inherited from PHPExcel_Worksheet_BaseDrawing | |
getImageIndex () | |
Get image index. | |
getName () | |
Get Name. | |
setName ($pValue= '') | |
Set Name. | |
getDescription () | |
Get Description. | |
setDescription ($pValue= '') | |
Set Description. | |
getWorksheet () | |
Get Worksheet. | |
setWorksheet (PHPExcel_Worksheet $pValue=null, $pOverrideOld=false) | |
Set Worksheet. | |
getCoordinates () | |
Get Coordinates. | |
setCoordinates ($pValue= 'A1') | |
Set Coordinates. | |
getOffsetX () | |
Get OffsetX. | |
setOffsetX ($pValue=0) | |
Set OffsetX. | |
getOffsetY () | |
Get OffsetY. | |
setOffsetY ($pValue=0) | |
Set OffsetY. | |
getWidth () | |
Get Width. | |
setWidth ($pValue=0) | |
Set Width. | |
getHeight () | |
Get Height. | |
setHeight ($pValue=0) | |
Set Height. | |
setWidthAndHeight ($width=0, $height=0) | |
Set width and height with proportional resize Example: $objDrawing->setResizeProportional(true); $objDrawing->setWidthAndHeight(160,120); | |
getResizeProportional () | |
Get ResizeProportional. | |
setResizeProportional ($pValue=true) | |
Set ResizeProportional. | |
getRotation () | |
Get Rotation. | |
setRotation ($pValue=0) | |
Set Rotation. | |
getShadow () | |
Get Shadow. | |
setShadow (PHPExcel_Worksheet_Drawing_Shadow $pValue=null) | |
Set Shadow. |
Private Attributes | |
$_path | |
$_hashIndex |
Additional Inherited Members | |
Protected Attributes inherited from PHPExcel_Worksheet_BaseDrawing | |
$_name | |
$_description | |
$_worksheet | |
$_coordinates | |
$_offsetX | |
$_offsetY | |
$_width | |
$_height | |
$_resizeProportional | |
$_rotation | |
$_shadow |
Definition at line 57 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 69 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 190 of file Drawing.php.
References $key.
PHPExcel_Worksheet_Drawing::getExtension | ( | ) |
Get Extension.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 103 of file Drawing.php.
Referenced by getIndexedFilename().
PHPExcel_Worksheet_Drawing::getFilename | ( | ) |
Get Filename.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 83 of file Drawing.php.
Referenced by getIndexedFilename().
PHPExcel_Worksheet_Drawing::getHashCode | ( | ) |
Get hash code.
Implements PHPExcel_IComparable.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 148 of file Drawing.php.
PHPExcel_Worksheet_Drawing::getHashIndex | ( | ) |
Get hash index.
Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
Implements PHPExcel_IComparable.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 171 of file Drawing.php.
References $_hashIndex.
PHPExcel_Worksheet_Drawing::getIndexedFilename | ( | ) |
Get indexed filename (using image index)
Definition at line 92 of file Drawing.php.
References getExtension(), getFilename(), and PHPExcel_Worksheet_BaseDrawing\getImageIndex().
PHPExcel_Worksheet_Drawing::getPath | ( | ) |
Get Path.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 113 of file Drawing.php.
References $_path.
PHPExcel_Worksheet_Drawing::setHashIndex | ( | $value | ) |
Set hash index.
Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
string | $value | Hash index |
Implements PHPExcel_IComparable.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 183 of file Drawing.php.
PHPExcel_Worksheet_Drawing::setPath | ( | $pValue = '' , |
|
$pVerifyFile = true |
|||
) |
Set Path.
string | $pValue | File path |
boolean | $pVerifyFile | Verify file |
Exception |
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 125 of file Drawing.php.
|
private |
Definition at line 161 of file Drawing.php.
Referenced by getHashIndex().
|
private |
Definition at line 64 of file Drawing.php.
Referenced by getPath().