ILIAS
eassessment Revision 61809
|
Public Member Functions | |
__construct () | |
Create a new PHPExcel_Worksheet_BaseDrawing. | |
getImageIndex () | |
Get image index. | |
getName () | |
Get Name. | |
setName ($pValue= '') | |
Set Name. | |
getDescription () | |
Get Description. | |
setDescription ($pValue= '') | |
Set Description. | |
getWorksheet () | |
Get Worksheet. | |
setWorksheet (PHPExcel_Worksheet $pValue=null, $pOverrideOld=false) | |
Set Worksheet. | |
getCoordinates () | |
Get Coordinates. | |
setCoordinates ($pValue= 'A1') | |
Set Coordinates. | |
getOffsetX () | |
Get OffsetX. | |
setOffsetX ($pValue=0) | |
Set OffsetX. | |
getOffsetY () | |
Get OffsetY. | |
setOffsetY ($pValue=0) | |
Set OffsetY. | |
getWidth () | |
Get Width. | |
setWidth ($pValue=0) | |
Set Width. | |
getHeight () | |
Get Height. | |
setHeight ($pValue=0) | |
Set Height. | |
setWidthAndHeight ($width=0, $height=0) | |
Set width and height with proportional resize Example: $objDrawing->setResizeProportional(true); $objDrawing->setWidthAndHeight(160,120); | |
getResizeProportional () | |
Get ResizeProportional. | |
setResizeProportional ($pValue=true) | |
Set ResizeProportional. | |
getRotation () | |
Get Rotation. | |
setRotation ($pValue=0) | |
Set Rotation. | |
getShadow () | |
Get Shadow. | |
setShadow (PHPExcel_Worksheet_Drawing_Shadow $pValue=null) | |
Set Shadow. | |
getHashCode () | |
Get hash code. | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. |
Protected Attributes | |
$_name | |
$_description | |
$_worksheet | |
$_coordinates | |
$_offsetX | |
$_offsetY | |
$_width | |
$_height | |
$_resizeProportional | |
$_rotation | |
$_shadow |
Private Attributes | |
$_imageIndex = 0 |
Static Private Attributes | |
static | $_imageCounter = 0 |
Definition at line 36 of file BaseDrawing.php.
PHPExcel_Worksheet_BaseDrawing::__construct | ( | ) |
Create a new PHPExcel_Worksheet_BaseDrawing.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing, PHPExcel_Worksheet_MemoryDrawing, and PHPExcel_Worksheet_Drawing.
Definition at line 132 of file BaseDrawing.php.
References $_imageCounter.
PHPExcel_Worksheet_BaseDrawing::__clone | ( | ) |
Implement PHP __clone to create a deep clone, not just a shallow copy.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing, PHPExcel_Worksheet_MemoryDrawing, and PHPExcel_Worksheet_Drawing.
Definition at line 475 of file BaseDrawing.php.
PHPExcel_Worksheet_BaseDrawing::getCoordinates | ( | ) |
Get Coordinates.
Definition at line 251 of file BaseDrawing.php.
References $_coordinates.
PHPExcel_Worksheet_BaseDrawing::getDescription | ( | ) |
Get Description.
Definition at line 186 of file BaseDrawing.php.
References $_description.
PHPExcel_Worksheet_BaseDrawing::getHashCode | ( | ) |
Get hash code.
Implements PHPExcel_IComparable.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing, PHPExcel_Worksheet_MemoryDrawing, and PHPExcel_Worksheet_Drawing.
Definition at line 456 of file BaseDrawing.php.
Referenced by setWorksheet().
PHPExcel_Worksheet_BaseDrawing::getHeight | ( | ) |
Get Height.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 339 of file BaseDrawing.php.
References $_height.
PHPExcel_Worksheet_BaseDrawing::getImageIndex | ( | ) |
Get image index.
Definition at line 157 of file BaseDrawing.php.
References $_imageIndex.
Referenced by PHPExcel_Worksheet_Drawing\getIndexedFilename(), and PHPExcel_Worksheet_MemoryDrawing\getIndexedFilename().
PHPExcel_Worksheet_BaseDrawing::getName | ( | ) |
Get Name.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 166 of file BaseDrawing.php.
References $_name.
PHPExcel_Worksheet_BaseDrawing::getOffsetX | ( | ) |
Get OffsetX.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 271 of file BaseDrawing.php.
References $_offsetX.
PHPExcel_Worksheet_BaseDrawing::getOffsetY | ( | ) |
Get OffsetY.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 291 of file BaseDrawing.php.
References $_offsetY.
PHPExcel_Worksheet_BaseDrawing::getResizeProportional | ( | ) |
Get ResizeProportional.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 395 of file BaseDrawing.php.
References $_resizeProportional.
PHPExcel_Worksheet_BaseDrawing::getRotation | ( | ) |
PHPExcel_Worksheet_BaseDrawing::getShadow | ( | ) |
PHPExcel_Worksheet_BaseDrawing::getWidth | ( | ) |
Get Width.
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 311 of file BaseDrawing.php.
References $_width.
PHPExcel_Worksheet_BaseDrawing::getWorksheet | ( | ) |
Get Worksheet.
Definition at line 206 of file BaseDrawing.php.
References $_worksheet.
PHPExcel_Worksheet_BaseDrawing::setCoordinates | ( | $pValue = 'A1' | ) |
Set Coordinates.
string | $pValue |
Definition at line 261 of file BaseDrawing.php.
PHPExcel_Worksheet_BaseDrawing::setDescription | ( | $pValue = '' | ) |
Set Description.
string | $pValue |
Definition at line 196 of file BaseDrawing.php.
PHPExcel_Worksheet_BaseDrawing::setHeight | ( | $pValue = 0 | ) |
Set Height.
int | $pValue |
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 349 of file BaseDrawing.php.
References $_height.
PHPExcel_Worksheet_BaseDrawing::setName | ( | $pValue = '' | ) |
Set Name.
string | $pValue |
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 176 of file BaseDrawing.php.
Referenced by PHPExcel_Reader_Excel2007\load().
PHPExcel_Worksheet_BaseDrawing::setOffsetX | ( | $pValue = 0 | ) |
Set OffsetX.
int | $pValue |
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 281 of file BaseDrawing.php.
PHPExcel_Worksheet_BaseDrawing::setOffsetY | ( | $pValue = 0 | ) |
Set OffsetY.
int | $pValue |
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 301 of file BaseDrawing.php.
PHPExcel_Worksheet_BaseDrawing::setResizeProportional | ( | $pValue = true | ) |
Set ResizeProportional.
boolean | $pValue |
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 405 of file BaseDrawing.php.
PHPExcel_Worksheet_BaseDrawing::setRotation | ( | $pValue = 0 | ) |
Set Rotation.
int | $pValue |
Definition at line 425 of file BaseDrawing.php.
PHPExcel_Worksheet_BaseDrawing::setShadow | ( | PHPExcel_Worksheet_Drawing_Shadow | $pValue = null | ) |
Set Shadow.
PHPExcel_Worksheet_Drawing_Shadow | $pValue |
Exception |
Definition at line 446 of file BaseDrawing.php.
PHPExcel_Worksheet_BaseDrawing::setWidth | ( | $pValue = 0 | ) |
Set Width.
int | $pValue |
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 321 of file BaseDrawing.php.
References $_width.
PHPExcel_Worksheet_BaseDrawing::setWidthAndHeight | ( | $width = 0 , |
|
$height = 0 |
|||
) |
Set width and height with proportional resize Example: $objDrawing->setResizeProportional(true); $objDrawing->setWidthAndHeight(160,120);
int | $width | |
int | $height |
Reimplemented in PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 375 of file BaseDrawing.php.
References $_height, and $_width.
PHPExcel_Worksheet_BaseDrawing::setWorksheet | ( | PHPExcel_Worksheet | $pValue = null , |
$pOverrideOld = false |
|||
) |
Set Worksheet.
PHPExcel_Worksheet | $pValue | |
bool | $pOverrideOld | If a Worksheet has already been assigned, overwrite it and remove image from old Worksheet? |
Exception |
Definition at line 218 of file BaseDrawing.php.
References getHashCode().
|
protected |
Definition at line 78 of file BaseDrawing.php.
Referenced by getCoordinates().
|
protected |
Definition at line 64 of file BaseDrawing.php.
Referenced by getDescription().
|
protected |
Definition at line 106 of file BaseDrawing.php.
Referenced by getHeight(), setHeight(), and setWidthAndHeight().
|
staticprivate |
Definition at line 43 of file BaseDrawing.php.
Referenced by __construct().
|
private |
Definition at line 50 of file BaseDrawing.php.
Referenced by getImageIndex().
|
protected |
Definition at line 57 of file BaseDrawing.php.
Referenced by getName().
|
protected |
Definition at line 85 of file BaseDrawing.php.
Referenced by getOffsetX().
|
protected |
Definition at line 92 of file BaseDrawing.php.
Referenced by getOffsetY().
|
protected |
Definition at line 113 of file BaseDrawing.php.
Referenced by getResizeProportional().
|
protected |
Definition at line 120 of file BaseDrawing.php.
Referenced by getRotation().
|
protected |
Definition at line 127 of file BaseDrawing.php.
Referenced by getShadow().
|
protected |
Definition at line 99 of file BaseDrawing.php.
Referenced by getWidth(), setWidth(), and setWidthAndHeight().
|
protected |
Definition at line 71 of file BaseDrawing.php.
Referenced by getWorksheet().