PHPPowerPoint
[ class tree: PHPPowerPoint ] [ index: PHPPowerPoint ] [ all elements ]

Class: PHPPowerPoint

Source Location: /PHPPowerpoint.php

Class Overview


PHPPowerPoint


Author(s):

Copyright:

  • Copyright (c) 2009 - 2010 PHPPowerPoint (http://www.codeplex.com/PHPPowerPoint)

Variables

Methods



Class Details

[line 49]
PHPPowerPoint

PHPPowerPoint




Tags:

copyright:  Copyright (c) 2009 - 2010 PHPPowerPoint (http://www.codeplex.com/PHPPowerPoint)


[ Top ]


Class Variables

$_activeSlideIndex =  0

[line 70]

Active slide index

Active slide index




Tags:

access:  private

Type:   int


[ Top ]

$_properties =

[line 56]

Document properties

Document properties




Tags:

access:  private



[ Top ]

$_slideCollection = array()

[line 63]

Collection of Slide objects

Collection of Slide objects




Tags:

access:  private

Type:   PHPPowerPoint_Slide[]


[ Top ]



Class Methods


constructor __construct [line 75]

PHPPowerPoint __construct( )

Create a new PHPPowerPoint with one Slide

Create a new PHPPowerPoint with one Slide




Tags:

access:  public


[ Top ]

method addExternalSheet [line 239]

void addExternalSheet( $slide)

Add external slide

Add external slide




Tags:

throws:  Exception
access:  public


Parameters:

PHPPowerPoint_Slide   $slide   External slide to add

[ Top ]

method addSlide [line 136]

void addSlide( [ $slide = null])

Add slide

Add slide




Tags:

throws:  Exception
access:  public


Parameters:

PHPPowerPoint_Slide   $slide  

[ Top ]

method copy [line 258]

PHPPowerPoint copy( )

Copy presentation (!= clone!)

Copy presentation (!= clone!)




Tags:

access:  public


[ Top ]

method createSlide [line 121]

PHPPowerPoint_Slide createSlide( )

Create slide and add it to this presentation

Create slide and add it to this presentation




Tags:

access:  public


[ Top ]

method getActiveSlide [line 111]

PHPPowerPoint_Slide getActiveSlide( )

Get active slide

Get active slide




Tags:

access:  public


[ Top ]

method getActiveSlideIndex [line 213]

int getActiveSlideIndex( )

Get active slide index

Get active slide index




Tags:

return:  Active slide index
access:  public


[ Top ]

method getAllSlides [line 177]

PHPPowerPoint_Slide[] getAllSlides( )

Get all slides

Get all slides




Tags:

access:  public


[ Top ]

method getIndex [line 189]

Slide getIndex( $slide)

Get index for slide

Get index for slide




Tags:

return:  index
throws:  Exception
access:  public


Parameters:

PHPPowerPoint_Slide   $slide  

[ Top ]

method getProperties [line 91]

PHPPowerPoint_DocumentProperties getProperties( )

Get properties

Get properties




Tags:

access:  public


[ Top ]

method getSlide [line 163]

PHPPowerPoint_Slide getSlide( [int $index = 0])

Get slide by index

Get slide by index




Tags:

throws:  Exception
access:  public


Parameters:

int   $index   Slide index

[ Top ]

method getSlideCount [line 203]

int getSlideCount( )

Get slide count

Get slide count




Tags:

access:  public


[ Top ]

method getSlideIterator [line 249]

PHPPowerPoint_SlideIterator getSlideIterator( )

Get slide iterator

Get slide iterator




Tags:

access:  public


[ Top ]

method removeSlideByIndex [line 147]

void removeSlideByIndex( [int $index = 0])

Remove slide by index

Remove slide by index




Tags:

throws:  Exception
access:  public


Parameters:

int   $index   Slide index

[ Top ]

method setActiveSlideIndex [line 224]

void setActiveSlideIndex( [int $index = 0])

Set active slide index

Set active slide index




Tags:

throws:  Exception
access:  public


Parameters:

int   $index   Active slide index

[ Top ]

method setProperties [line 101]

void setProperties( PHPPowerPoint_DocumentProperties $value)

Set properties

Set properties




Tags:

access:  public


Parameters:


[ Top ]

method __clone [line 273]

void __clone( )

Implement PHP __clone to create a deep clone, not just a shallow copy.

Implement PHP __clone to create a deep clone, not just a shallow copy.




Tags:

access:  public


[ Top ]


Documentation generated on Sat, 25 Apr 2009 11:37:40 +0200 by phpDocumentor 1.4.1