15 self::SHEETVIEW_NORMAL,
16 self::SHEETVIEW_PAGE_LAYOUT,
17 self::SHEETVIEW_PAGE_BREAK_PREVIEW,
86 if (($pValue >= 1) || $pValue === null) {
87 $this->zoomScale = $pValue;
115 if (($pValue >= 1) || $pValue === null) {
116 $this->zoomScaleNormal = $pValue;
131 $this->showZeros = $pValue;
167 if ($pValue === null) {
168 $pValue = self::SHEETVIEW_NORMAL;
170 if (in_array($pValue, self::$sheetViewTypes)) {
171 $this->sheetviewType = $pValue;
184 $vars = get_object_vars($this);
185 foreach ($vars as
$key => $value) {
186 if (is_object($value)) {
187 $this->
$key = clone $value;
189 $this->
$key = $value;
getZoomScaleNormal()
Get ZoomScaleNormal.
setZoomScaleNormal($pValue)
Set ZoomScale.
setView($pValue)
Set View.
__construct()
Create a new SheetView.
getZoomScale()
Get ZoomScale.
setShowZeros($pValue)
Set ShowZeroes setting.
setZoomScale($pValue)
Set ZoomScale.
const SHEETVIEW_PAGE_LAYOUT
const SHEETVIEW_PAGE_BREAK_PREVIEW
__clone()
Implement PHP __clone to create a deep clone, not just a shallow copy.