ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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... | |
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.
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.
Definition at line 138 of file Drawing.php.
References $key.
PHPExcel_Worksheet_Drawing::getExtension | ( | ) |
Get Extension.
Definition at line 82 of file Drawing.php.
Referenced by getIndexedFilename().
PHPExcel_Worksheet_Drawing::getFilename | ( | ) |
Get Filename.
Definition at line 62 of file Drawing.php.
Referenced by getIndexedFilename().
PHPExcel_Worksheet_Drawing::getHashCode | ( | ) |
Get hash code.
Implements PHPExcel_IComparable.
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().
PHPExcel_Worksheet_Drawing::getPath | ( | ) |
PHPExcel_Worksheet_Drawing::setPath | ( | $pValue = '' , |
|
$pVerifyFile = true |
|||
) |
Set Path.
string | $pValue | File path |
boolean | $pVerifyFile | Verify file |
PHPExcel_Exception |
Definition at line 104 of file Drawing.php.
|
private |
Definition at line 43 of file Drawing.php.
Referenced by getPath().