\PhpOffice\PhpSpreadsheet\Writer\XlsEscher

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.

$data

$data

The written binary data.

$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(mixed  $object) : mixed

Constructor.

Parameters

mixed $object

Returns

mixed —

close()

close() : string

Process the object to be written.

Returns

string —

getSpOffsets()

getSpOffsets() : array

Gets the shape offsets.

Returns

array —

getSpTypes()

getSpTypes() : array

Gets the shape types.

Returns

array —