ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct () | |
Create a new PHPExcel_Worksheet_MemoryDrawing. More... | |
getImageResource () | |
Get image resource. More... | |
setImageResource ($value=null) | |
Set image resource. More... | |
getRenderingFunction () | |
Get rendering function. More... | |
setRenderingFunction ($value=PHPExcel_Worksheet_MemoryDrawing::RENDERING_DEFAULT) | |
Set rendering function. More... | |
getMimeType () | |
Get mime type. More... | |
setMimeType ($value=PHPExcel_Worksheet_MemoryDrawing::MIMETYPE_DEFAULT) | |
Set mime type. More... | |
getIndexedFilename () | |
Get indexed filename (using image index) 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... | |
Data Fields | |
const | RENDERING_DEFAULT = 'imagepng' |
const | RENDERING_PNG = 'imagepng' |
const | RENDERING_GIF = 'imagegif' |
const | RENDERING_JPEG = 'imagejpeg' |
const | MIMETYPE_DEFAULT = 'image/png' |
const | MIMETYPE_PNG = 'image/png' |
const | MIMETYPE_GIF = 'image/gif' |
const | MIMETYPE_JPEG = 'image/jpeg' |
Private Attributes | |
$_imageResource | |
$_renderingFunction | |
$_mimeType | |
$_uniqueName | |
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 MemoryDrawing.php.
PHPExcel_Worksheet_MemoryDrawing::__construct | ( | ) |
Create a new PHPExcel_Worksheet_MemoryDrawing.
Definition at line 81 of file MemoryDrawing.php.
References time.
PHPExcel_Worksheet_MemoryDrawing::__clone | ( | ) |
Implement PHP __clone to create a deep clone, not just a shallow copy.
Definition at line 190 of file MemoryDrawing.php.
References $key.
PHPExcel_Worksheet_MemoryDrawing::getHashCode | ( | ) |
Get hash code.
Implements PHPExcel_IComparable.
Definition at line 177 of file MemoryDrawing.php.
PHPExcel_Worksheet_MemoryDrawing::getImageResource | ( | ) |
Get image resource.
Definition at line 98 of file MemoryDrawing.php.
References $_imageResource.
PHPExcel_Worksheet_MemoryDrawing::getIndexedFilename | ( | ) |
Get indexed filename (using image index)
Definition at line 164 of file MemoryDrawing.php.
References PHPExcel_Worksheet_BaseDrawing\getImageIndex(), and getMimeType().
PHPExcel_Worksheet_MemoryDrawing::getMimeType | ( | ) |
Get mime type.
Definition at line 144 of file MemoryDrawing.php.
References $_mimeType.
Referenced by getIndexedFilename().
PHPExcel_Worksheet_MemoryDrawing::getRenderingFunction | ( | ) |
Get rendering function.
Definition at line 124 of file MemoryDrawing.php.
References $_renderingFunction.
PHPExcel_Worksheet_MemoryDrawing::setImageResource | ( | $value = null | ) |
PHPExcel_Worksheet_MemoryDrawing::setMimeType | ( | $value = PHPExcel_Worksheet_MemoryDrawing::MIMETYPE_DEFAULT | ) |
PHPExcel_Worksheet_MemoryDrawing::setRenderingFunction | ( | $value = PHPExcel_Worksheet_MemoryDrawing::RENDERING_DEFAULT | ) |
|
private |
Definition at line 55 of file MemoryDrawing.php.
Referenced by getImageResource().
|
private |
Definition at line 69 of file MemoryDrawing.php.
Referenced by getMimeType().
|
private |
Definition at line 62 of file MemoryDrawing.php.
Referenced by getRenderingFunction().
|
private |
Definition at line 76 of file MemoryDrawing.php.
const PHPExcel_Worksheet_MemoryDrawing::MIMETYPE_DEFAULT = 'image/png' |
Definition at line 45 of file MemoryDrawing.php.
const PHPExcel_Worksheet_MemoryDrawing::MIMETYPE_GIF = 'image/gif' |
Definition at line 47 of file MemoryDrawing.php.
const PHPExcel_Worksheet_MemoryDrawing::MIMETYPE_JPEG = 'image/jpeg' |
Definition at line 48 of file MemoryDrawing.php.
Referenced by PHPExcel_Reader_Excel5\load().
const PHPExcel_Worksheet_MemoryDrawing::MIMETYPE_PNG = 'image/png' |
Definition at line 46 of file MemoryDrawing.php.
Referenced by PHPExcel_Reader_Excel5\load().
const PHPExcel_Worksheet_MemoryDrawing::RENDERING_DEFAULT = 'imagepng' |
Definition at line 39 of file MemoryDrawing.php.
Referenced by PHPExcel_Writer_Excel5\_buildWorkbookEscher().
const PHPExcel_Worksheet_MemoryDrawing::RENDERING_GIF = 'imagegif' |
Definition at line 41 of file MemoryDrawing.php.
Referenced by PHPExcel_Writer_Excel5\_buildWorkbookEscher().
const PHPExcel_Worksheet_MemoryDrawing::RENDERING_JPEG = 'imagejpeg' |
Definition at line 42 of file MemoryDrawing.php.
Referenced by PHPExcel_Writer_Excel5\_buildWorkbookEscher(), and PHPExcel_Reader_Excel5\load().
const PHPExcel_Worksheet_MemoryDrawing::RENDERING_PNG = 'imagepng' |
Definition at line 40 of file MemoryDrawing.php.
Referenced by PHPExcel_Writer_Excel5\_buildWorkbookEscher(), and PHPExcel_Reader_Excel5\load().