PHPExcel_Worksheet_BaseDrawing
category | PHPExcel |
---|---|
package | PHPExcel_Worksheet |
copyright | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
__clone()
__construct()
getCoordinates() : string
string
getDescription() : string
string
getHashCode() : string
string
Hash codegetHeight() : int
int
getImageIndex() : int
int
getName() : string
string
getOffsetX() : int
int
getOffsetY() : int
int
getResizeProportional() : boolean
boolean
getRotation() : int
int
getShadow() : \PHPExcel_Worksheet_Drawing_Shadow
getWidth() : int
int
setShadow(\PHPExcel_Worksheet_Drawing_Shadow $pValue) : \PHPExcel_Worksheet_BaseDrawing
setWidthAndHeight(int $width, int $height) : \PHPExcel_Worksheet_BaseDrawing
setWorksheet(\PHPExcel_Worksheet $pValue, bool $pOverrideOld) : \PHPExcel_Worksheet_BaseDrawing
\PHPExcel_Worksheet
bool
If a Worksheet has already been assigned, overwrite it and remove image from old Worksheet?
\PHPExcel_Exception |
---|
$_coordinates : string
$_description : string
$_height : int
$_name : string
$_offsetX : int
$_offsetY : int
$_resizeProportional : boolean
$_rotation : int
$_shadow : \PHPExcel_Worksheet_Drawing_Shadow
$_width : int
$_worksheet : \PHPExcel_Worksheet
$_imageCounter : int
$_imageIndex : int