\PHPExcel_Worksheet_SheetView

PHPExcel_Worksheet_SheetView

Summary

Methods
Properties
Constants
__construct()
getZoomScale()
setZoomScale()
getZoomScaleNormal()
setZoomScaleNormal()
getView()
setView()
__clone()
No public properties found
SHEETVIEW_NORMAL
SHEETVIEW_PAGE_LAYOUT
SHEETVIEW_PAGE_BREAK_PREVIEW
No protected methods found
No protected properties found
N/A
No private methods found
$_sheetViewTypes
$_zoomScale
$_zoomScaleNormal
$_sheetviewType
N/A

Constants

SHEETVIEW_NORMAL

SHEETVIEW_NORMAL = 'normal'

SHEETVIEW_PAGE_LAYOUT

SHEETVIEW_PAGE_LAYOUT = 'pageLayout'

SHEETVIEW_PAGE_BREAK_PREVIEW

SHEETVIEW_PAGE_BREAK_PREVIEW = 'pageBreakPreview'

Properties

$_sheetViewTypes

$_sheetViewTypes

$_zoomScale

$_zoomScale : int

ZoomScale

Valid values range from 10 to 400.

Type

int

$_zoomScaleNormal

$_zoomScaleNormal : int

ZoomScaleNormal

Valid values range from 10 to 400.

Type

int

$_sheetviewType

$_sheetviewType : string

View

Valid values range from 10 to 400.

Type

string

Methods

__construct()

__construct() : mixed

Create a new PHPExcel_Worksheet_SheetView

Returns

mixed —

getZoomScale()

getZoomScale() : int

Get ZoomScale

Returns

int —

setZoomScale()

setZoomScale(int  $pValue = 100) : \PHPExcel_Worksheet_SheetView

Set ZoomScale

Valid values range from 10 to 400.

Parameters

int $pValue

Throws

\PHPExcel_Exception

Returns

\PHPExcel_Worksheet_SheetView —

getZoomScaleNormal()

getZoomScaleNormal() : int

Get ZoomScaleNormal

Returns

int —

setZoomScaleNormal()

setZoomScaleNormal(int  $pValue = 100) : \PHPExcel_Worksheet_SheetView

Set ZoomScale

Valid values range from 10 to 400.

Parameters

int $pValue

Throws

\PHPExcel_Exception

Returns

\PHPExcel_Worksheet_SheetView —

getView()

getView() : string

Get View

Returns

string —

setView()

setView(string  $pValue = NULL) : \PHPExcel_Worksheet_SheetView

Set View

Valid values are 'normal' self::SHEETVIEW_NORMAL 'pageLayout' self::SHEETVIEW_PAGE_LAYOUT 'pageBreakPreview' self::SHEETVIEW_PAGE_BREAK_PREVIEW

Parameters

string $pValue

Throws

\PHPExcel_Exception

Returns

\PHPExcel_Worksheet_SheetView —

__clone()

__clone() : mixed

Implement PHP __clone to create a deep clone, not just a shallow copy.

Returns

mixed —