$startBlock $startBlock : integer Starting block (small or big) for this PPS's data inside the container. Type integer
$ole $ole : \PhpOffice\PhpSpreadsheet\Shared\OLE Pointer to OLE container. Type \PhpOffice\PhpSpreadsheet\Shared\OLE
__construct() __construct(string $name) The constructor. Parameters string $name The name of the file (in Unicode)
getDataLen() getDataLen() : integer Returns the amount of data saved for this PPS. Returns integer — The amount of data (in bytes)
_getPpsWk() _getPpsWk() : string Returns a string with the PPS's WK (What is a WK?). Returns string — The binary string
_savePpsSetPnt() _savePpsSetPnt( $raList, mixed $to_save, mixed $depth) : integer 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. Parameters $raList mixed $to_save mixed $depth Returns integer — The index for this PPS
init() init() : mixed Initialization method. Has to be called right after OLE_PPS_File(). Returns mixed — true on success