45                self::SHEETVIEW_NORMAL,
 
   46                self::SHEETVIEW_PAGE_LAYOUT,
 
   47                self::SHEETVIEW_PAGE_BREAK_PREVIEW,
 
  105                if (($pValue >= 1) || is_null($pValue)) {
 
  106                        $this->_zoomScale = $pValue;
 
  132                if (($pValue >= 1) || is_null($pValue)) {
 
  133                        $this->_zoomScaleNormal = $pValue;
 
  164                if ($pValue === NULL)
 
  166                if (in_array($pValue, self::$_sheetViewTypes)) {
 
  167                        $this->_sheetviewType = $pValue;
 
  179                $vars = get_object_vars($this);
 
  180                foreach ($vars as 
$key => $value) {
 
  181                        if (is_object($value)) {
 
  182                                $this->
$key = clone $value;
 
  184                                $this->
$key = $value;
 
An exception for terminatinating execution or to throw for unit testing.
getZoomScaleNormal()
Get ZoomScaleNormal.
__clone()
Implement PHP __clone to create a deep clone, not just a shallow copy.
setZoomScaleNormal($pValue=100)
Set ZoomScale.
const SHEETVIEW_PAGE_LAYOUT
const SHEETVIEW_PAGE_BREAK_PREVIEW
__construct()
Create a new PHPExcel_Worksheet_SheetView.
setView($pValue=NULL)
Set View.
getZoomScale()
Get ZoomScale.
setZoomScale($pValue=100)
Set ZoomScale.