PHPExcel_Reader_Excel5
[ class tree: PHPExcel_Reader_Excel5 ] [ index: PHPExcel_Reader_Excel5 ] [ all elements ]

Class: PHPExcel_Reader_Excel5_Escher

Source Location: /PHPExcel/Reader/Excel5/Escher.php

Class Overview


PHPExcel_Reader_Excel5_Escher


Author(s):

Copyright:

  • Copyright (c) 2006 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)

Variables

Constants

Methods



Class Details

[line 59]
PHPExcel_Reader_Excel5_Escher

PHPExcel_Reader_Excel5_Escher




Tags:

copyright:  Copyright (c) 2006 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)


[ Top ]


Class Variables

$_data =

[line 85]

Escher stream data (binary)

Escher stream data (binary)




Tags:

access:  private

Type:   string


[ Top ]

$_dataSize =

[line 92]

Size in bytes of the Escher stream data

Size in bytes of the Escher stream data




Tags:

access:  private

Type:   int


[ Top ]

$_object =

[line 106]

The object to be returned by the reader.

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




Tags:

access:  private

Type:   mixed


[ Top ]

$_pos =

[line 99]

Current position of stream pointer in Escher stream data

Current position of stream pointer in Escher stream data




Tags:

access:  private

Type:   int


[ Top ]



Class Methods


method load [line 123]

void load( string $data)

Load Escher stream data.

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




Tags:

access:  public


Parameters:

string   $data  

[ Top ]

constructor __construct [line 113]

PHPExcel_Reader_Excel5_Escher __construct( mixed $object)

Create a new PHPExcel_Reader_Excel5_Escher instance

Create a new PHPExcel_Reader_Excel5_Escher instance




Tags:

access:  public


Parameters:

mixed   $object  

[ Top ]

method _GetInt2d [line 627]

int _GetInt2d( string $data, int $pos)

Read 16-bit unsigned integer

Read 16-bit unsigned integer




Tags:

access:  private


Parameters:

string   $data  
int   $pos  

[ Top ]

method _GetInt4d [line 639]

int _GetInt4d( string $data, int $pos)

Read 32-bit signed integer

Read 32-bit signed integer




Tags:

access:  private


Parameters:

string   $data  
int   $pos  

[ Top ]

method _readBlipJPEG [line 303]

void _readBlipJPEG( )

Read BlipJPEG record.

Read BlipJPEG record. Holds raw JPEG image data




Tags:

access:  private


[ Top ]

method _readBlipPNG [line 344]

void _readBlipPNG( )

Read BlipPNG record.

Read BlipPNG record. Holds raw PNG image data




Tags:

access:  private


[ Top ]

method _readBSE [line 237]

void _readBSE( )

Read BSE record

Read BSE record




Tags:

access:  private


[ Top ]

method _readBstoreContainer [line 219]

void _readBstoreContainer( )

Read BstoreContainer record (Blip Store Container)

Read BstoreContainer record (Blip Store Container)




Tags:

access:  private


[ Top ]

method _readClientAnchor [line 547]

void _readClientAnchor( )

Read ClientAnchor record.

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




Tags:

access:  private


[ Top ]

method _readClientData [line 568]

void _readClientData( )

Read ClientData record

Read ClientData record




Tags:

access:  private


[ Top ]

method _readClientTextbox [line 530]

void _readClientTextbox( )

Read ClientTextbox record

Read ClientTextbox record




Tags:

access:  private


[ Top ]

method _readDefault [line 168]

void _readDefault( )

Read a generic record

Read a generic record




Tags:

access:  private


[ Top ]

method _readDg [line 451]

void _readDg( )

Read Dg record (Drawing)

Read Dg record (Drawing)




Tags:

access:  private


[ Top ]

method _readDgContainer [line 433]

void _readDgContainer( )

Read DgContainer record (Drawing Container)

Read DgContainer record (Drawing Container)




Tags:

access:  private


[ Top ]

method _readDgg [line 207]

void _readDgg( )

Read Dgg record (Drawing Group)

Read Dgg record (Drawing Group)




Tags:

access:  private


[ Top ]

method _readDggContainer [line 189]

void _readDggContainer( )

Read DggContainer record (Drawing Group Container)

Read DggContainer record (Drawing Group Container)




Tags:

access:  private


[ Top ]

method _readOfficeArtRGFOPTE [line 583]

void _readOfficeArtRGFOPTE( string $data, int $n)

Read OfficeArtRGFOPTE table of property-value pairs

Read OfficeArtRGFOPTE table of property-value pairs




Tags:

access:  private


Parameters:

string   $data   Binary data
int   $n   Number of properties

[ Top ]

method _readOPT [line 385]

void _readOPT( )

Read OPT record.

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




Tags:

access:  private


[ Top ]

method _readSp [line 513]

void _readSp( )

Read Sp record (Shape)

Read Sp record (Shape)




Tags:

access:  private


[ Top ]

method _readSpContainer [line 481]

void _readSpContainer( )

Read SpContainer record (Shape Container)

Read SpContainer record (Shape Container)




Tags:

access:  private


[ Top ]

method _readSpgr [line 501]

void _readSpgr( )

Read Spgr record (Shape Group)

Read Spgr record (Shape Group)




Tags:

access:  private


[ Top ]

method _readSpgrContainer [line 463]

void _readSpgrContainer( )

Read SpgrContainer record (Shape Group Container)

Read SpgrContainer record (Shape Group Container)




Tags:

access:  private


[ Top ]

method _readSplitMenuColors [line 421]

void _readSplitMenuColors( )

Read SplitMenuColors record

Read SplitMenuColors record




Tags:

access:  private


[ Top ]

method _readTertiaryOPT [line 404]

void _readTertiaryOPT( )

Read TertiaryOPT record

Read TertiaryOPT record




Tags:

access:  private


[ Top ]


Class Constants

BLIPJPEG =  0xF01D

[line 75]


[ Top ]

BLIPPNG =  0xF01E

[line 76]


[ Top ]

BSE =  0xF007

[line 67]


[ Top ]

BSTORECONTAINER =  0xF001

[line 62]


[ Top ]

CLIENTANCHOR =  0xF010

[line 73]


[ Top ]

CLIENTDATA =  0xF011

[line 74]


[ Top ]

CLIENTTEXTBOX =  0xF00D

[line 72]


[ Top ]

DG =  0xF008

[line 68]


[ Top ]

DGCONTAINER =  0xF002

[line 63]


[ Top ]

DGG =  0xF006

[line 66]


[ Top ]

DGGCONTAINER =  0xF000

[line 61]


[ Top ]

OPT =  0xF00B

[line 71]


[ Top ]

SP =  0xF00A

[line 70]


[ Top ]

SPCONTAINER =  0xF004

[line 65]


[ Top ]

SPGR =  0xF009

[line 69]


[ Top ]

SPGRCONTAINER =  0xF003

[line 64]


[ Top ]

SPLITMENUCOLORS =  0xF11E

[line 77]


[ Top ]

TERTIARYOPT =  0xF122

[line 78]


[ Top ]



Documentation generated on Mon, 05 Jan 2009 20:36:54 +0100 by phpDocumentor 1.4.1