ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
__construct () | |
Create a new PHPExcel_Worksheet_HeaderFooterDrawing. More... | |
getName () | |
Get Name. More... | |
setName ($pValue='') | |
Set Name. More... | |
getOffsetX () | |
Get OffsetX. More... | |
setOffsetX ($pValue=0) | |
Set OffsetX. More... | |
getOffsetY () | |
Get OffsetY. More... | |
setOffsetY ($pValue=0) | |
Set OffsetY. More... | |
getWidth () | |
Get Width. More... | |
setWidth ($pValue=0) | |
Set Width. More... | |
getHeight () | |
Get Height. More... | |
setHeight ($pValue=0) | |
Set Height. More... | |
setWidthAndHeight ($width=0, $height=0) | |
Set width and height with proportional resize Example: $objDrawing->setResizeProportional(true); $objDrawing->setWidthAndHeight(160,120); More... | |
getResizeProportional () | |
Get ResizeProportional. More... | |
setResizeProportional ($pValue=true) | |
Set ResizeProportional. More... | |
getFilename () | |
Get Filename. More... | |
getExtension () | |
Get Extension. More... | |
getPath () | |
Get Path. More... | |
setPath ($pValue='', $pVerifyFile=true) | |
Set Path. More... | |
getHashCode () | |
Get hash code. More... | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. More... | |
Public Member Functions inherited from PHPExcel_Worksheet_Drawing | |
__construct () | |
Create a new PHPExcel_Worksheet_Drawing. More... | |
getFilename () | |
Get Filename. More... | |
getIndexedFilename () | |
Get indexed filename (using image index) More... | |
getExtension () | |
Get Extension. More... | |
getPath () | |
Get Path. More... | |
setPath ($pValue='', $pVerifyFile=true) | |
Set Path. More... | |
getHashCode () | |
Get hash code. More... | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. More... | |
Public Member Functions inherited from PHPExcel_Worksheet_BaseDrawing | |
__construct () | |
Create a new PHPExcel_Worksheet_BaseDrawing. More... | |
getImageIndex () | |
Get image index. More... | |
getName () | |
Get Name. More... | |
setName ($pValue='') | |
Set Name. More... | |
getDescription () | |
Get Description. More... | |
setDescription ($pValue='') | |
Set Description. More... | |
getWorksheet () | |
Get Worksheet. More... | |
setWorksheet (PHPExcel_Worksheet $pValue=null, $pOverrideOld=false) | |
Set Worksheet. More... | |
getCoordinates () | |
Get Coordinates. More... | |
setCoordinates ($pValue='A1') | |
Set Coordinates. More... | |
getOffsetX () | |
Get OffsetX. More... | |
setOffsetX ($pValue=0) | |
Set OffsetX. More... | |
getOffsetY () | |
Get OffsetY. More... | |
setOffsetY ($pValue=0) | |
Set OffsetY. More... | |
getWidth () | |
Get Width. More... | |
setWidth ($pValue=0) | |
Set Width. More... | |
getHeight () | |
Get Height. More... | |
setHeight ($pValue=0) | |
Set Height. More... | |
setWidthAndHeight ($width=0, $height=0) | |
Set width and height with proportional resize Example: $objDrawing->setResizeProportional(true); $objDrawing->setWidthAndHeight(160,120); More... | |
getResizeProportional () | |
Get ResizeProportional. More... | |
setResizeProportional ($pValue=true) | |
Set ResizeProportional. More... | |
getRotation () | |
Get Rotation. More... | |
setRotation ($pValue=0) | |
Set Rotation. More... | |
getShadow () | |
Get Shadow. More... | |
setShadow (PHPExcel_Worksheet_Drawing_Shadow $pValue=null) | |
Set Shadow. More... | |
getHashCode () | |
Get hash code. More... | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. More... | |
Protected Attributes | |
$_name | |
$_offsetX | |
$_offsetY | |
$_width | |
$_height | |
$_resizeProportional | |
Protected Attributes inherited from PHPExcel_Worksheet_BaseDrawing | |
$_name | |
$_description | |
$_worksheet | |
$_coordinates | |
$_offsetX | |
$_offsetY | |
$_width | |
$_height | |
$_resizeProportional | |
$_rotation | |
$_shadow | |
Private Attributes | |
$_path | |
Definition at line 36 of file HeaderFooterDrawing.php.
PHPExcel_Worksheet_HeaderFooterDrawing::__construct | ( | ) |
Create a new PHPExcel_Worksheet_HeaderFooterDrawing.
Definition at line 90 of file HeaderFooterDrawing.php.
PHPExcel_Worksheet_HeaderFooterDrawing::__clone | ( | ) |
Implement PHP __clone to create a deep clone, not just a shallow copy.
Definition at line 340 of file HeaderFooterDrawing.php.
PHPExcel_Worksheet_HeaderFooterDrawing::getExtension | ( | ) |
PHPExcel_Worksheet_HeaderFooterDrawing::getFilename | ( | ) |
PHPExcel_Worksheet_HeaderFooterDrawing::getHashCode | ( | ) |
Get hash code.
Implements PHPExcel_IComparable.
Definition at line 325 of file HeaderFooterDrawing.php.
PHPExcel_Worksheet_HeaderFooterDrawing::getHeight | ( | ) |
PHPExcel_Worksheet_HeaderFooterDrawing::getName | ( | ) |
PHPExcel_Worksheet_HeaderFooterDrawing::getOffsetX | ( | ) |
Get OffsetX.
Definition at line 127 of file HeaderFooterDrawing.php.
References $_offsetX.
PHPExcel_Worksheet_HeaderFooterDrawing::getOffsetY | ( | ) |
Get OffsetY.
Definition at line 147 of file HeaderFooterDrawing.php.
References $_offsetY.
PHPExcel_Worksheet_HeaderFooterDrawing::getPath | ( | ) |
PHPExcel_Worksheet_HeaderFooterDrawing::getResizeProportional | ( | ) |
Get ResizeProportional.
Definition at line 251 of file HeaderFooterDrawing.php.
References $_resizeProportional.
PHPExcel_Worksheet_HeaderFooterDrawing::getWidth | ( | ) |
PHPExcel_Worksheet_HeaderFooterDrawing::setHeight | ( | $pValue = 0 | ) |
Set Height.
int | $pValue |
Definition at line 205 of file HeaderFooterDrawing.php.
References $_height.
PHPExcel_Worksheet_HeaderFooterDrawing::setName | ( | $pValue = '' | ) |
PHPExcel_Worksheet_HeaderFooterDrawing::setOffsetX | ( | $pValue = 0 | ) |
PHPExcel_Worksheet_HeaderFooterDrawing::setOffsetY | ( | $pValue = 0 | ) |
PHPExcel_Worksheet_HeaderFooterDrawing::setPath | ( | $pValue = '' , |
|
$pVerifyFile = true |
|||
) |
Set Path.
string | $pValue | File path |
boolean | $pVerifyFile | Verify file |
PHPExcel_Exception |
Definition at line 302 of file HeaderFooterDrawing.php.
PHPExcel_Worksheet_HeaderFooterDrawing::setResizeProportional | ( | $pValue = true | ) |
Set ResizeProportional.
boolean | $pValue |
Definition at line 261 of file HeaderFooterDrawing.php.
PHPExcel_Worksheet_HeaderFooterDrawing::setWidth | ( | $pValue = 0 | ) |
Set Width.
int | $pValue |
Definition at line 177 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 |
Definition at line 231 of file HeaderFooterDrawing.php.
References $_height, and $_width.
|
protected |
Definition at line 78 of file HeaderFooterDrawing.php.
Referenced by getHeight(), setHeight(), setWidth(), and setWidthAndHeight().
|
protected |
Definition at line 50 of file HeaderFooterDrawing.php.
Referenced by getName().
|
protected |
Definition at line 57 of file HeaderFooterDrawing.php.
Referenced by getOffsetX().
|
protected |
Definition at line 64 of file HeaderFooterDrawing.php.
Referenced by getOffsetY().
|
private |
Definition at line 43 of file HeaderFooterDrawing.php.
Referenced by getPath().
|
protected |
Definition at line 85 of file HeaderFooterDrawing.php.
Referenced by getResizeProportional().
|
protected |
Definition at line 71 of file HeaderFooterDrawing.php.
Referenced by getWidth(), and setWidthAndHeight().