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

Class: PHPPowerPoint_Writer_PowerPoint2007_LayoutPack

Source Location: /PHPPowerpoint/Writer/PowerPoint2007/LayoutPack.php

Class Overview


PHPPowerPoint_Writer_PowerPoint2007_LayoutPack


Author(s):

Copyright:

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

Variables

Methods


Child classes:

PHPPowerPoint_Writer_PowerPoint2007_LayoutPack_Default
PHPPowerPoint_Writer_PowerPoint2007_LayoutPack_Default

Class Details

[line 36]
PHPPowerPoint_Writer_PowerPoint2007_LayoutPack

PHPPowerPoint_Writer_PowerPoint2007_LayoutPack




Tags:

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


[ Top ]


Class Variables

$_layouts = array()

[line 54]

Array of slide layouts.

Array of slide layouts. These are all an array consisting of:

  • name (string)
  • body (string)




Tags:

access:  protected

Type:   array


[ Top ]

$_masterSlide = array()

[line 43]

Master slide.

Master slide.




Tags:

access:  protected

Type:   array


[ Top ]



Class Methods


method findLayout [line 90]

array findLayout( [ $name = ''])

Find specific slide layout.

Find specific slide layout. This is an array consisting of:

  • name (string)
  • body (string)




Tags:

throws:  Exception
access:  public


Parameters:

   $name  

[ Top ]

method findLayoutIndex [line 109]

int findLayoutIndex( [ $name = ''])

Find specific slide layout index.

Find specific slide layout index.




Tags:

throws:  Exception
access:  public


Parameters:

   $name  

[ Top ]

method getLayouts [line 75]

array getLayouts( )

Get array of slide layouts.

Get array of slide layouts. These are all an array consisting of:

  • name (string)
  • body (string)




Tags:

access:  public


[ Top ]

method getMasterSlide [line 61]

array getMasterSlide( )

Get master slide.

Get master slide.




Tags:

access:  public


[ Top ]


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