ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
__construct () | |
Create a new PHPExcel_Worksheet_HeaderFooterDrawing. | |
getName () | |
Get Name. | |
setName ($pValue= '') | |
Set Name. | |
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. | |
getFilename () | |
Get Filename. | |
getExtension () | |
Get Extension. | |
getPath () | |
Get Path. | |
setPath ($pValue= '', $pVerifyFile=true) | |
Set Path. | |
getHashCode () | |
Get hash code. | |
getHashIndex () | |
Get hash index. | |
setHashIndex ($value) | |
Set hash index. | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. | |
Public Member Functions inherited from PHPExcel_Worksheet_Drawing | |
getIndexedFilename () | |
Get indexed filename (using image index) | |
Public Member Functions inherited from PHPExcel_Worksheet_BaseDrawing | |
getImageIndex () | |
Get image index. | |
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. | |
getRotation () | |
Get Rotation. | |
setRotation ($pValue=0) | |
Set Rotation. | |
getShadow () | |
Get Shadow. | |
setShadow (PHPExcel_Worksheet_Drawing_Shadow $pValue=null) | |
Set Shadow. |
Protected Attributes | |
$_name | |
$_offsetX | |
$_offsetY | |
$_width | |
$_height | |
$_resizeProportional |
Private Attributes | |
$_path | |
$_hashIndex |
Definition at line 57 of file HeaderFooterDrawing.php.
PHPExcel_Worksheet_HeaderFooterDrawing::__construct | ( | ) |
Create a new PHPExcel_Worksheet_HeaderFooterDrawing.
Reimplemented from PHPExcel_Worksheet_Drawing.
Definition at line 111 of file HeaderFooterDrawing.php.
PHPExcel_Worksheet_HeaderFooterDrawing::__clone | ( | ) |
Implement PHP __clone to create a deep clone, not just a shallow copy.
Reimplemented from PHPExcel_Worksheet_Drawing.
Definition at line 391 of file HeaderFooterDrawing.php.
References $key.
PHPExcel_Worksheet_HeaderFooterDrawing::getExtension | ( | ) |
Get Extension.
Reimplemented from PHPExcel_Worksheet_Drawing.
Definition at line 301 of file HeaderFooterDrawing.php.
PHPExcel_Worksheet_HeaderFooterDrawing::getFilename | ( | ) |
Get Filename.
Reimplemented from PHPExcel_Worksheet_Drawing.
Definition at line 292 of file HeaderFooterDrawing.php.
PHPExcel_Worksheet_HeaderFooterDrawing::getHashCode | ( | ) |
Get hash code.
Implements PHPExcel_IComparable.
Definition at line 345 of file HeaderFooterDrawing.php.
PHPExcel_Worksheet_HeaderFooterDrawing::getHashIndex | ( | ) |
Get hash index.
Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
Implements PHPExcel_IComparable.
Definition at line 372 of file HeaderFooterDrawing.php.
References $_hashIndex.
PHPExcel_Worksheet_HeaderFooterDrawing::getHeight | ( | ) |
Get Height.
Reimplemented from PHPExcel_Worksheet_BaseDrawing.
Definition at line 216 of file HeaderFooterDrawing.php.
References $_height.
PHPExcel_Worksheet_HeaderFooterDrawing::getName | ( | ) |
Get Name.
Reimplemented from PHPExcel_Worksheet_BaseDrawing.
Definition at line 128 of file HeaderFooterDrawing.php.
References $_name.
PHPExcel_Worksheet_HeaderFooterDrawing::getOffsetX | ( | ) |
Get OffsetX.
Reimplemented from PHPExcel_Worksheet_BaseDrawing.
Definition at line 148 of file HeaderFooterDrawing.php.
References $_offsetX.
PHPExcel_Worksheet_HeaderFooterDrawing::getOffsetY | ( | ) |
Get OffsetY.
Reimplemented from PHPExcel_Worksheet_BaseDrawing.
Definition at line 168 of file HeaderFooterDrawing.php.
References $_offsetY.
PHPExcel_Worksheet_HeaderFooterDrawing::getPath | ( | ) |
Get Path.
Reimplemented from PHPExcel_Worksheet_Drawing.
Definition at line 310 of file HeaderFooterDrawing.php.
References $_path.
PHPExcel_Worksheet_HeaderFooterDrawing::getResizeProportional | ( | ) |
Get ResizeProportional.
Reimplemented from PHPExcel_Worksheet_BaseDrawing.
Definition at line 272 of file HeaderFooterDrawing.php.
References $_resizeProportional.
PHPExcel_Worksheet_HeaderFooterDrawing::getWidth | ( | ) |
Get Width.
Reimplemented from PHPExcel_Worksheet_BaseDrawing.
Definition at line 188 of file HeaderFooterDrawing.php.
References $_width.
PHPExcel_Worksheet_HeaderFooterDrawing::setHashIndex | ( | $value | ) |
Set hash index.
Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
string | $value | Hash index |
Implements PHPExcel_IComparable.
Definition at line 384 of file HeaderFooterDrawing.php.
PHPExcel_Worksheet_HeaderFooterDrawing::setHeight | ( | $pValue = 0 | ) |
Set Height.
int | $pValue |
Reimplemented from PHPExcel_Worksheet_BaseDrawing.
Definition at line 226 of file HeaderFooterDrawing.php.
References $_height.
PHPExcel_Worksheet_HeaderFooterDrawing::setName | ( | $pValue = '' | ) |
Set Name.
string | $pValue |
Reimplemented from PHPExcel_Worksheet_BaseDrawing.
Definition at line 138 of file HeaderFooterDrawing.php.
PHPExcel_Worksheet_HeaderFooterDrawing::setOffsetX | ( | $pValue = 0 | ) |
Set OffsetX.
int | $pValue |
Reimplemented from PHPExcel_Worksheet_BaseDrawing.
Definition at line 158 of file HeaderFooterDrawing.php.
PHPExcel_Worksheet_HeaderFooterDrawing::setOffsetY | ( | $pValue = 0 | ) |
Set OffsetY.
int | $pValue |
Reimplemented from PHPExcel_Worksheet_BaseDrawing.
Definition at line 178 of file HeaderFooterDrawing.php.
PHPExcel_Worksheet_HeaderFooterDrawing::setPath | ( | $pValue = '' , |
|
$pVerifyFile = true |
|||
) |
Set Path.
string | $pValue | File path |
boolean | $pVerifyFile | Verify file |
Exception |
Reimplemented from PHPExcel_Worksheet_Drawing.
Definition at line 322 of file HeaderFooterDrawing.php.
PHPExcel_Worksheet_HeaderFooterDrawing::setResizeProportional | ( | $pValue = true | ) |
Set ResizeProportional.
boolean | $pValue |
Reimplemented from PHPExcel_Worksheet_BaseDrawing.
Definition at line 282 of file HeaderFooterDrawing.php.
PHPExcel_Worksheet_HeaderFooterDrawing::setWidth | ( | $pValue = 0 | ) |
Set Width.
int | $pValue |
Reimplemented from PHPExcel_Worksheet_BaseDrawing.
Definition at line 198 of file HeaderFooterDrawing.php.
References $_height.
PHPExcel_Worksheet_HeaderFooterDrawing::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 from PHPExcel_Worksheet_BaseDrawing.
Definition at line 252 of file HeaderFooterDrawing.php.
References $_height, and $_width.
|
private |
Definition at line 362 of file HeaderFooterDrawing.php.
Referenced by getHashIndex().
|
protected |
Definition at line 99 of file HeaderFooterDrawing.php.
Referenced by getHeight(), setHeight(), setWidth(), and setWidthAndHeight().
|
protected |
Definition at line 71 of file HeaderFooterDrawing.php.
Referenced by getName().
|
protected |
Definition at line 78 of file HeaderFooterDrawing.php.
Referenced by getOffsetX().
|
protected |
Definition at line 85 of file HeaderFooterDrawing.php.
Referenced by getOffsetY().
|
private |
Definition at line 64 of file HeaderFooterDrawing.php.
Referenced by getPath().
|
protected |
Definition at line 106 of file HeaderFooterDrawing.php.
Referenced by getResizeProportional().
|
protected |
Definition at line 92 of file HeaderFooterDrawing.php.
Referenced by getWidth(), and setWidthAndHeight().