Constants

DGGCONTAINER

DGGCONTAINER = 0xf000

BSTORECONTAINER

BSTORECONTAINER = 0xf001

DGCONTAINER

DGCONTAINER = 0xf002

SPGRCONTAINER

SPGRCONTAINER = 0xf003

SPCONTAINER

SPCONTAINER = 0xf004

DGG

DGG = 0xf006

BSE

BSE = 0xf007

DG

DG = 0xf008

SPGR

SPGR = 0xf009

SP

SP = 0xf00a

OPT

OPT = 0xf00b

CLIENTTEXTBOX

CLIENTTEXTBOX = 0xf00d

CLIENTANCHOR

CLIENTANCHOR = 0xf010

CLIENTDATA

CLIENTDATA = 0xf011

BLIPJPEG

BLIPJPEG = 0xf01d

BLIPPNG

BLIPPNG = 0xf01e

SPLITMENUCOLORS

SPLITMENUCOLORS = 0xf11e

TERTIARYOPT

TERTIARYOPT = 0xf122

Properties

$_data

$_data : string

Escher stream data (binary)

Type

string

$_dataSize

$_dataSize : int

Size in bytes of the Escher stream data

Type

int

$_pos

$_pos : int

Current position of stream pointer in Escher stream data

Type

int

$_object

$_object : mixed

The object to be returned by the reader. Modified during load.

Type

mixed

Methods

__construct()

__construct(mixed  $object) : mixed

Create a new PHPExcel_Reader_Excel5_Escher instance

Parameters

mixed $object

Returns

mixed —

load()

load(string  $data) : mixed

Load Escher stream data. May be a partial Escher stream.

Parameters

string $data

Returns

mixed —

_readDefault()

_readDefault() : mixed

Read a generic record

Returns

mixed —

_readDggContainer()

_readDggContainer() : mixed

Read DggContainer record (Drawing Group Container)

Returns

mixed —

_readDgg()

_readDgg() : mixed

Read Dgg record (Drawing Group)

Returns

mixed —

_readBstoreContainer()

_readBstoreContainer() : mixed

Read BstoreContainer record (Blip Store Container)

Returns

mixed —

_readBSE()

_readBSE() : mixed

Read BSE record

Returns

mixed —

_readBlipJPEG()

_readBlipJPEG() : mixed

Read BlipJPEG record. Holds raw JPEG image data

Returns

mixed —

_readBlipPNG()

_readBlipPNG() : mixed

Read BlipPNG record. Holds raw PNG image data

Returns

mixed —

_readOPT()

_readOPT() : mixed

Read OPT record. This record may occur within DggContainer record or SpContainer

Returns

mixed —

_readTertiaryOPT()

_readTertiaryOPT() : mixed

Read TertiaryOPT record

Returns

mixed —

_readSplitMenuColors()

_readSplitMenuColors() : mixed

Read SplitMenuColors record

Returns

mixed —

_readDgContainer()

_readDgContainer() : mixed

Read DgContainer record (Drawing Container)

Returns

mixed —

_readDg()

_readDg() : mixed

Read Dg record (Drawing)

Returns

mixed —

_readSpgrContainer()

_readSpgrContainer() : mixed

Read SpgrContainer record (Shape Group Container)

Returns

mixed —

_readSpContainer()

_readSpContainer() : mixed

Read SpContainer record (Shape Container)

Returns

mixed —

_readSpgr()

_readSpgr() : mixed

Read Spgr record (Shape Group)

Returns

mixed —

_readSp()

_readSp() : mixed

Read Sp record (Shape)

Returns

mixed —

_readClientTextbox()

_readClientTextbox() : mixed

Read ClientTextbox record

Returns

mixed —

_readClientAnchor()

_readClientAnchor() : mixed

Read ClientAnchor record. This record holds information about where the shape is anchored in worksheet

Returns

mixed —

_readClientData()

_readClientData() : mixed

Read ClientData record

Returns

mixed —

_readOfficeArtRGFOPTE()

_readOfficeArtRGFOPTE(string  $data, int  $n) : mixed

Read OfficeArtRGFOPTE table of property-value pairs

Parameters

string $data

Binary data

int $n

Number of properties

Returns

mixed —