Class for creating PPS's for OLE containers
author | Xavier Noguer |
---|---|
category | PHPExcel |
package | PHPExcel_Shared_OLE |
_DataLen() : integer
access | public |
---|
integer
The amount of data (in bytes)__construct(integer $No, string $name, integer $type, integer $prev, integer $next, integer $dir, integer $time_1st, integer $time_2nd, string $data, array $children)
access | public |
---|
integer
The PPS index
string
The PPS name
integer
The PPS type. Dir, Root or File
integer
The index of the previous PPS
integer
The index of the next PPS
integer
The index of it's first child if this is a Dir or Root PPS
integer
A timestamp
integer
A timestamp
string
The (usually binary) source data of the PPS
array
Array containing children PPS for this PPS
_getPpsWk() : string
access | public |
---|
string
The binary string_savePpsSetPnt(array $raList, $to_save, $depth) : integer
I don't think it'll work with Dir PPS's.
access | public |
---|
array
&$raList Reference to the array of PPS's for the whole OLE container
integer
The index for this PPS$DirPps : integer
$Name : string
$NextPps : integer
$No : integer
$PrevPps : integer
$Size : integer
$Time1st : integer
$Time2nd : integer
$Type : integer
Dir, Root or File
$_StartBlock : integer
$_data : string
$children : array
$ole : \OLE