PHPExcel_Worksheet_BaseDrawing
| category | PHPExcel |
|---|---|
| package | PHPExcel_Worksheet |
| copyright | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
__clone()
__construct()
getCoordinates() : string
stringgetDescription() : string
stringgetHashCode() : string
stringHash codegetHeight() : int
intgetImageIndex() : int
intgetName() : string
stringgetOffsetX() : int
intgetOffsetY() : int
intgetResizeProportional() : boolean
booleangetRotation() : int
intgetShadow() : \PHPExcel_Worksheet_Drawing_Shadow
getWidth() : int
intsetShadow(\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
boolIf 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