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)
165 $pValue = self::SHEETVIEW_NORMAL;
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;
getZoomScaleNormal()
Get ZoomScaleNormal.
__construct()
Create a new PHPExcel_Worksheet_SheetView.
getZoomScale()
Get ZoomScale.
setZoomScaleNormal($pValue=100)
Set ZoomScale.
setZoomScale($pValue=100)
Set ZoomScale.
__clone()
Implement PHP __clone to create a deep clone, not just a shallow copy.
setView($pValue=NULL)
Set View.
Create styles array
The data for the language used.
const SHEETVIEW_PAGE_LAYOUT
const SHEETVIEW_PAGE_BREAK_PREVIEW