|
ILIAS
eassessment Revision 61809
|
Collaboration diagram for PHPExcel_Worksheet_SheetView: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 = 100 | |
| $_zoomScaleNormal = 100 | |
Definition at line 36 of file SheetView.php.
| PHPExcel_Worksheet_SheetView::__construct | ( | ) |
| PHPExcel_Worksheet_SheetView::__clone | ( | ) |
Implement PHP __clone to create a deep clone, not just a shallow copy.
Definition at line 122 of file SheetView.php.
| PHPExcel_Worksheet_SheetView::getZoomScale | ( | ) |
| PHPExcel_Worksheet_SheetView::getZoomScaleNormal | ( | ) |
Get ZoomScaleNormal.
Definition at line 97 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 81 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 110 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().