Overview

Packages

  • JAMA
  • None
  • PHP
  • PHPExcel
    • CachedObjectStorage
    • Calculation
    • Cell
    • Chart
      • Renderer
    • Reader
      • Excel2007
      • Excel5
    • RichText
    • Settings
    • Shared
      • Escher
      • OLE
      • Trend
      • ZipArchive
    • Style
    • Worksheet
      • Drawing
    • Writer
      • 2007
      • CSV
      • Excel2007
      • Excel5
      • HTML
      • PDF

Classes

  • PHPExcel_Shared_OLE
  • PHPExcel_Shared_OLE_ChainedBlockStream
  • PHPExcel_Shared_OLE_PPS
  • PHPExcel_Shared_OLE_PPS_File
  • PHPExcel_Shared_OLE_PPS_Root
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_Shared_OLE_PPS_File

Class for creating File PPS's for OLE containers

PHPExcel_Shared_OLE_PPS
Extended by PHPExcel_Shared_OLE_PPS_File
Package: PHPExcel\Shared\OLE
Category: PHPExcel
Author: Xavier Noguer xnoguer@php.net
Located at controlador/include/phpexcel/PHPExcel/Shared/OLE/PPS/File.php
Methods summary
public
# __construct( string $name )

The constructor

The constructor

Parameters

$name
The name of the file (in Unicode)

See

OLE::Asc2Ucs()

Overrides

PHPExcel_Shared_OLE_PPS::__construct()
public mixed
# init( )

Initialization method. Has to be called right after OLE_PPS_File().

Initialization method. Has to be called right after OLE_PPS_File().

Returns

mixed
true on success
public
# append( string $data )

Append data to PPS

Append data to PPS

Parameters

$data
The data to append
public resource
# getStream( )

Returns a stream for reading this file using fread() etc.

Returns a stream for reading this file using fread() etc.

Returns

resource
a read-only stream
Methods inherited from PHPExcel_Shared_OLE_PPS
_DataLen(), _getPpsWk(), _savePpsSetPnt()
Properties inherited from PHPExcel_Shared_OLE_PPS
$DirPps, $Name, $NextPps, $No, $PrevPps, $Size, $Time1st, $Time2nd, $Type, $_StartBlock, $_data, $children, $ole
Autene API documentation generated by ApiGen