[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
PHPExcel Copyright (c) 2006 - 2014 PHPExcel
Copyright: | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
License: | http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL |
Version: | ##VERSION##, ##DATE## |
File Size: | 640 lines (19 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHPExcel_Reader_Excel5_Escher:: (22 methods):
__construct()
load()
_readDefault()
_readDggContainer()
_readDgg()
_readBstoreContainer()
_readBSE()
_readBlipJPEG()
_readBlipPNG()
_readOPT()
_readTertiaryOPT()
_readSplitMenuColors()
_readDgContainer()
_readDg()
_readSpgrContainer()
_readSpContainer()
_readSpgr()
_readSp()
_readClientTextbox()
_readClientAnchor()
_readClientData()
_readOfficeArtRGFOPTE()
Class: PHPExcel_Reader_Excel5_Escher - X-Ref
PHPExcel_Reader_Excel5_Escher__construct($object) X-Ref |
Create a new PHPExcel_Reader_Excel5_Escher instance param: mixed $object |
load($data) X-Ref |
Load Escher stream data. May be a partial Escher stream. param: string $data |
_readDefault() X-Ref |
Read a generic record |
_readDggContainer() X-Ref |
Read DggContainer record (Drawing Group Container) |
_readDgg() X-Ref |
Read Dgg record (Drawing Group) |
_readBstoreContainer() X-Ref |
Read BstoreContainer record (Blip Store Container) |
_readBSE() X-Ref |
Read BSE record |
_readBlipJPEG() X-Ref |
Read BlipJPEG record. Holds raw JPEG image data |
_readBlipPNG() X-Ref |
Read BlipPNG record. Holds raw PNG image data |
_readOPT() X-Ref |
Read OPT record. This record may occur within DggContainer record or SpContainer |
_readTertiaryOPT() X-Ref |
Read TertiaryOPT record |
_readSplitMenuColors() X-Ref |
Read SplitMenuColors record |
_readDgContainer() X-Ref |
Read DgContainer record (Drawing Container) |
_readDg() X-Ref |
Read Dg record (Drawing) |
_readSpgrContainer() X-Ref |
Read SpgrContainer record (Shape Group Container) |
_readSpContainer() X-Ref |
Read SpContainer record (Shape Container) |
_readSpgr() X-Ref |
Read Spgr record (Shape Group) |
_readSp() X-Ref |
Read Sp record (Shape) |
_readClientTextbox() X-Ref |
Read ClientTextbox record |
_readClientAnchor() X-Ref |
Read ClientAnchor record. This record holds information about where the shape is anchored in worksheet |
_readClientData() X-Ref |
Read ClientData record |
_readOfficeArtRGFOPTE($data, $n) X-Ref |
Read OfficeArtRGFOPTE table of property-value pairs param: string $data Binary data param: int $n Number of properties |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |