$name
$name : string
Name
PHPExcel_Worksheet_BaseDrawing
Copyright (c) 2006 - 2015 PHPExcel
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
$worksheet : \PHPExcel_Worksheet
Worksheet
$shadow : \PHPExcel_Worksheet_Drawing_Shadow
Shadow
setName(string $pValue = '') : \PHPExcel_Worksheet_BaseDrawing
Set Name
string | $pValue |
setDescription(string $pValue = '') : \PHPExcel_Worksheet_BaseDrawing
Set Description
string | $pValue |
getWorksheet() : \PHPExcel_Worksheet
Get Worksheet
setWorksheet(\PHPExcel_Worksheet $pValue = null, boolean $pOverrideOld = false) : \PHPExcel_Worksheet_BaseDrawing
Set Worksheet
\PHPExcel_Worksheet | $pValue | |
boolean | $pOverrideOld | If a Worksheet has already been assigned, overwrite it and remove image from old Worksheet? |
setCoordinates(string $pValue = 'A1') : \PHPExcel_Worksheet_BaseDrawing
Set Coordinates
string | $pValue |
setOffsetX(integer $pValue) : \PHPExcel_Worksheet_BaseDrawing
Set OffsetX
integer | $pValue |
setOffsetY(integer $pValue) : \PHPExcel_Worksheet_BaseDrawing
Set OffsetY
integer | $pValue |
setWidth(integer $pValue) : \PHPExcel_Worksheet_BaseDrawing
Set Width
integer | $pValue |
setHeight(integer $pValue) : \PHPExcel_Worksheet_BaseDrawing
Set Height
integer | $pValue |
setWidthAndHeight(integer $width, integer $height) : \PHPExcel_Worksheet_BaseDrawing
Set width and height with proportional resize Example: <code> $objDrawing->setResizeProportional(true); $objDrawing->setWidthAndHeight(160,120); </code>
integer | $width | |
integer | $height |
setResizeProportional(boolean $pValue = true) : \PHPExcel_Worksheet_BaseDrawing
Set ResizeProportional
boolean | $pValue |
setRotation(integer $pValue) : \PHPExcel_Worksheet_BaseDrawing
Set Rotation
integer | $pValue |
getShadow() : \PHPExcel_Worksheet_Drawing_Shadow
Get Shadow
setShadow(\PHPExcel_Worksheet_Drawing_Shadow $pValue = null) : \PHPExcel_Worksheet_BaseDrawing
Set Shadow
\PHPExcel_Worksheet_Drawing_Shadow | $pValue |