Class PHPExcel_Shared_OLE_PPS
Class for creating PPS's for OLE containers
Package: PHPExcel\Shared\OLE
Category: PHPExcel
Author: Xavier Noguer xnoguer@php.net
Located at controlador/include/phpexcel/PHPExcel/Shared/OLE/PPS.php
Category: PHPExcel
Author: Xavier Noguer xnoguer@php.net
Located at controlador/include/phpexcel/PHPExcel/Shared/OLE/PPS.php
public
|
#
__construct( integer $No, string $name, integer $type, integer $prev, integer $next, integer $dir, integer $time_1st, integer $time_2nd, string $data, array $children )
The constructor |
public
integer
|
|
public
string
|
|
public static
integer
|
#
_savePpsSetPnt( array & $raList, $to_save, $depth = 0 )
Updates index and pointers to previous, next and children PPS's for this PPS. I don't think it'll work with Dir PPS's. |
public
integer
|
$No
The PPS index |
|
public
string
|
$Name
The PPS name (in Unicode) |
|
public
integer
|
$Type
The PPS type. Dir, Root or File |
|
public
integer
|
$PrevPps
The index of the previous PPS |
|
public
integer
|
$NextPps
The index of the next PPS |
|
public
integer
|
$DirPps
The index of it's first child if this is a Dir or Root PPS |
|
public
integer
|
$Time1st
A timestamp |
|
public
integer
|
$Time2nd
A timestamp |
|
public
integer
|
$_StartBlock
Starting block (small or big) for this PPS's data inside the container |
|
public
integer
|
$Size
The size of the PPS's data (in bytes) |
|
public
string
|
$_data
The PPS's data (only used if it's not using a temporary file) |
|
public
array
|
$children
Array of child PPS's (only used by Root and Dir PPS's) |
#
array()
|
public
OLE
|
$ole
Pointer to OLE container |