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

Source for file Layout.php

Documentation is available at Layout.php

  1. <?php
  2. /**
  3.  * PHPPowerPoint
  4.  *
  5.  * Copyright (c) 2009 - 2010 PHPPowerPoint
  6.  *
  7.  * This library is free software; you can redistribute it and/or
  8.  * modify it under the terms of the GNU Lesser General Public
  9.  * License as published by the Free Software Foundation; either
  10.  * version 2.1 of the License, or (at your option) any later version.
  11.  * 
  12.  * This library is distributed in the hope that it will be useful,
  13.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  15.  * Lesser General Public License for more details.
  16.  * 
  17.  * You should have received a copy of the GNU Lesser General Public
  18.  * License along with this library; if not, write to the Free Software
  19.  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  20.  *
  21.  * @category   PHPPowerPoint
  22.  * @package    PHPPowerPoint_Slide
  23.  * @copyright  Copyright (c) 2009 - 2010 PHPPowerPoint (http://www.codeplex.com/PHPPowerPoint)
  24.  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt    LGPL
  25.  * @version    0.1.0, 2009-04-27
  26.  */
  27.  
  28.  
  29. /**
  30.  * PHPPowerPoint_Slide_Layout
  31.  *
  32.  * @category   PHPPowerPoint
  33.  * @package    PHPPowerPoint_Slide
  34.  * @copyright  Copyright (c) 2009 - 2010 PHPPowerPoint (http://www.codeplex.com/PHPPowerPoint)
  35.  */
  36. {        
  37.     /** Layout constants */
  38.     const TITLE_SLIDE                'Title Slide';
  39.     const TITLE_AND_CONTENT            'Title and Content';
  40.     const SECTION_HEADER            'Section Header';
  41.     const TWO_CONTENT                'Two Content';
  42.     const COMPARISON                'Comparison';
  43.     const TITLE_ONLY                'Title Only';
  44.     const BLANK                        'Blank';
  45.     const CONTENT_WITH_CAPTION        'Content with Caption';
  46.     const PICTURE_WITH_CAPTION        'Picture with Caption';
  47.     const TITLE_AND_VERTICAL_TEXT    'Title and Vertical Text';
  48.     const VERTICAL_TITLE_AND_TEXT    'Vertical Title and Text';
  49. }

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