Public Member Functions |
| __construct ($name) |
| The constructor.
|
| init () |
| Initialization method.
|
| append ($data) |
| Append data to PPS.
|
| getStream () |
| Returns a stream for reading this file using fread() etc.
|
| __construct ($No, $name, $type, $prev, $next, $dir, $time_1st, $time_2nd, $data, $children) |
| The constructor.
|
| _DataLen () |
| Returns the amount of data saved for this PPS.
|
| _getPpsWk () |
| Returns a string with the PPS's WK (What is a WK?)
|
| _savePpsSetPnt (&$pps_array) |
| Updates index and pointers to previous, next and children PPS's for this PPS.
|
Detailed Description
Definition at line 30 of file File.php.
Constructor & Destructor Documentation
PHPExcel_Shared_OLE_PPS_File::__construct |
( |
|
$name | ) |
|
Member Function Documentation
PHPExcel_Shared_OLE_PPS_File::append |
( |
|
$data | ) |
|
Append data to PPS.
public
- Parameters
-
string | $data | The data to append |
Definition at line 71 of file File.php.
References $data.
PHPExcel_Shared_OLE_PPS_File::getStream |
( |
| ) |
|
Returns a stream for reading this file using fread() etc.
- Returns
- resource a read-only stream
Definition at line 80 of file File.php.
{
$this->ole->getStream($this);
}
PHPExcel_Shared_OLE_PPS_File::init |
( |
| ) |
|
Initialization method.
Has to be called right after OLE_PPS_File().
public
- Returns
- mixed true on success
Definition at line 60 of file File.php.
The documentation for this class was generated from the following file:
- Services/Excel/PHPExcel/1.7.6/Classes/PHPExcel/Shared/OLE/PPS/File.php