RENDERING_DEFAULT
RENDERING_DEFAULT = 'imagepng'
PHPExcel_Worksheet_MemoryDrawing
$_name : string
Name
$_description : string
Description
$_worksheet : \PHPExcel_Worksheet
Worksheet
$_coordinates : string
Coordinates
$_offsetX : int
Offset X
$_offsetY : int
Offset Y
$_width : int
Width
$_height : int
Height
$_resizeProportional : bool
Proportional resize
$_rotation : int
Rotation
$_shadow : \PHPExcel_Worksheet_Drawing_Shadow
Shadow
$_imageCounter : int
Image counter
$_imageIndex : int
Image index
$_imageResource : resource
Image resource
$_renderingFunction : string
Rendering function
$_mimeType : string
Mime type
$_uniqueName : string
Unique name
setWorksheet(\PHPExcel_Worksheet $pValue = null, bool $pOverrideOld = false) : \PHPExcel_Worksheet_BaseDrawing
Set Worksheet
\PHPExcel_Worksheet | $pValue | |
bool | $pOverrideOld | If a Worksheet has already been assigned, overwrite it and remove image from old Worksheet? |
setWidthAndHeight(int $width, int $height) : \PHPExcel_Worksheet_BaseDrawing
Set width and height with proportional resize Example: <code> $objDrawing->setResizeProportional(true); $objDrawing->setWidthAndHeight(160,120); </code>
int | $width | |
int | $height |