\PHPExcel_Writer_Excel5_Escher

PHPExcel_Shared_Escher_DggContainer_BstoreContainer

Summary

Methods
Properties
Constants
__construct()
close()
getSpOffsets()
getSpTypes()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_object
$_data
$_spOffsets
$_spTypes
N/A

Properties

$_object

$_object : 

The object we are writing

Type

$_data

$_data : 

The written binary data

Type

$_spOffsets

$_spOffsets : array

Shape offsets. Positions in binary stream where a new shape record begins

Type

array

$_spTypes

$_spTypes : array

Shape types.

Type

array

Methods

__construct()

__construct(  $object) 

Constructor

Parameters

$object

close()

close() 

Process the object to be written

getSpOffsets()

getSpOffsets() : array

Gets the shape offsets

Returns

array

getSpTypes()

getSpTypes() : array

Gets the shape types

Returns

array