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

Class: PHPPowerPoint_Slide

Source Location: /PHPPowerpoint/Slide.php

Class Overview


PHPPowerPoint_Slide


Author(s):

Copyright:

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

Implements interfaces:

Variables

Methods



Class Details

[line 67]
PHPPowerPoint_Slide

PHPPowerPoint_Slide




Tags:

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


[ Top ]


Class Variables

$_hashIndex =

[line 214]

Hash index

Hash index




Tags:

access:  private

Type:   string


[ Top ]

$_identifier =

[line 88]

Slide identifier

Slide identifier




Tags:

access:  private

Type:   string


[ Top ]

$_parent =

[line 74]

Parent presentation

Parent presentation




Tags:

access:  private

Type:   PHPPowerPoint


[ Top ]

$_shapeCollection =  null

[line 81]

Collection of shapes

Collection of shapes




Tags:

access:  private

Type:   PHPPowerPoint_Shape[]


[ Top ]

$_slideLayout =  PHPPowerPoint_Slide_Layout::BLANK

[line 95]

Slide layout

Slide layout




Tags:

access:  private

Type:   string


[ Top ]



Class Methods


constructor __construct [line 102]

PHPPowerPoint_Slide __construct( [ $pParent = null])

Create a new slide

Create a new slide




Tags:

access:  public


Parameters:

PHPPowerPoint   $pParent  

[ Top ]

method addShape [line 129]

void addShape( $shape)

Add shape to slide

Add shape to slide




Tags:

access:  public


Parameters:

PHPPowerPoint_Shape   $shape  

[ Top ]

method copy [line 245]

PHPPowerPoint_Slide copy( )

Copy slide (!= clone!)

Copy slide (!= clone!)




Tags:

access:  public


[ Top ]

method createDrawingShape [line 151]

PHPPowerPoint_Shape_Drawing createDrawingShape( )

Create drawing shape

Create drawing shape




Tags:

access:  public


[ Top ]

method createRichTextShape [line 139]

PHPPowerPoint_Shape_RichText createRichTextShape( )

Create rich text shape

Create rich text shape




Tags:

access:  public


[ Top ]

method getHashCode [line 202]

string getHashCode( )

Get hash code

Get hash code




Tags:

return:  Hash code
access:  public


[ Top ]

method getHashIndex [line 224]

string getHashIndex( )

Get hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.

Get hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.




Tags:

return:  Hash index
access:  public


[ Top ]

method getParent [line 163]

PHPPowerPoint getParent( )

Get parent

Get parent




Tags:

access:  public


[ Top ]

method getShapeCollection [line 119]

PHPPowerPoint_Shape[] getShapeCollection( )

Get collection of shapes

Get collection of shapes




Tags:

access:  public


[ Top ]

method getSlideLayout [line 184]

string getSlideLayout( )

Get slide layout

Get slide layout




Tags:

access:  public


[ Top ]

method rebindParent [line 172]

void rebindParent( $parent)

Re-bind parent

Re-bind parent




Tags:

access:  public


Parameters:

PHPPowerPoint   $parent  

[ Top ]

method setHashIndex [line 236]

void setHashIndex( string $value)

Set hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.

Set hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.




Tags:

access:  public


Parameters:

string   $value   Hash index

[ Top ]

method setSlideLayout [line 193]

void setSlideLayout( [string $layout = PHPPowerPoint_Slide_Layout::BLANK])

Set slide layout

Set slide layout




Tags:

access:  public


Parameters:

string   $layout  

[ Top ]

method __clone [line 254]

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:38:06 +0200 by phpDocumentor 1.4.1