ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
__construct () | |
Create a new PHPExcel_Worksheet_SheetView. | |
getZoomScale () | |
Get ZoomScale. | |
setZoomScale ($pValue=100) | |
Set ZoomScale. | |
getZoomScaleNormal () | |
Get ZoomScaleNormal. | |
setZoomScaleNormal ($pValue=100) | |
Set ZoomScale. | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. |
Private Attributes | |
$_zoomScale | |
$_zoomScaleNormal |
Definition at line 36 of file SheetView.php.
PHPExcel_Worksheet_SheetView::__construct | ( | ) |
Create a new PHPExcel_Worksheet_SheetView.
Definition at line 59 of file SheetView.php.
PHPExcel_Worksheet_SheetView::__clone | ( | ) |
PHPExcel_Worksheet_SheetView::getZoomScale | ( | ) |
PHPExcel_Worksheet_SheetView::getZoomScaleNormal | ( | ) |
Get ZoomScaleNormal.
Definition at line 98 of file SheetView.php.
References $_zoomScaleNormal.
PHPExcel_Worksheet_SheetView::setZoomScale | ( | $pValue = 100 | ) |
Set ZoomScale.
Valid values range from 10 to 400.
int | $pValue |
Exception |
Definition at line 84 of file SheetView.php.
PHPExcel_Worksheet_SheetView::setZoomScaleNormal | ( | $pValue = 100 | ) |
Set ZoomScale.
Valid values range from 10 to 400.
int | $pValue |
Exception |
Definition at line 111 of file SheetView.php.
|
private |
Definition at line 45 of file SheetView.php.
Referenced by getZoomScale().
|
private |
Definition at line 54 of file SheetView.php.
Referenced by getZoomScaleNormal().