Todo List
Implements interfaces:
PHPExcel_Worksheet_BaseDrawing
[line 60]
Image counter
[line 95]
Coordinates
[line 81]
Description
[line 123]
Height
[line 67]
Image index
[line 74]
Name
[line 102]
Offset X
[line 109]
Offset Y
[line 130]
Proportional resize
[line 137]
Rotation
[line 144]
Shadow
[line 116]
Width
[line 88]
Worksheet
PHPExcel_Worksheet_BaseDrawing __construct( )
Create a new PHPExcel_Worksheet_BaseDrawing
Overridden in child classes as:
string getCoordinates( )
Get Coordinates
string getDescription( )
Get Description
string getHashCode( )
Get hash code
int getHeight( )
Get Height
int getImageIndex( )
Get image index
string getName( )
Get Name
int getOffsetX( )
Get OffsetX
int getOffsetY( )
Get OffsetY
boolean getResizeProportional( )
Get ResizeProportional
int getRotation( )
Get Rotation
PHPExcel_Worksheet_Drawing_Shadow getShadow( )
Get Shadow
int getWidth( )
Get Width
PHPExcel_Worksheet getWorksheet( )
Get Worksheet
PHPExcel_Worksheet_BaseDrawing setCoordinates( [string $pValue = 'A1'])
Set Coordinates
PHPExcel_Worksheet_BaseDrawing setDescription( [string $pValue = ''])
Set Description
PHPExcel_Worksheet_BaseDrawing setHeight( [int $pValue = 0])
Set Height
PHPExcel_Worksheet_BaseDrawing setName( [string $pValue = ''])
Set Name
PHPExcel_Worksheet_BaseDrawing setOffsetX( [int $pValue = 0])
Set OffsetX
PHPExcel_Worksheet_BaseDrawing setOffsetY( [int $pValue = 0])
Set OffsetY
PHPExcel_Worksheet_BaseDrawing setResizeProportional( [boolean $pValue = true])
Set ResizeProportional
PHPExcel_Worksheet_BaseDrawing setRotation( [int $pValue = 0])
Set Rotation
PHPExcel_Worksheet_BaseDrawing setShadow( [ $pValue = null])
Set Shadow
PHPExcel_Worksheet_BaseDrawing setWidth( [int $pValue = 0])
Set Width
PHPExcel_Worksheet_BaseDrawing setWidthAndHeight( [int $width = 0], [int $height = 0])
Set width and height with proportional resize Example:
PHPExcel_Worksheet_BaseDrawing setWorksheet( [PHPExcel_Worksheet $pValue = null], [bool $pOverrideOld = false])
Set Worksheet
void __clone( )
Implement PHP __clone to create a deep clone, not just a shallow copy.