_masterSlide = array(
'body' => '
Click to edit Master title style
Click to edit Master text styles
Second level
Third level
Fourth level
Fifth level
16/04/2009
<#>
');
// Layouts - PHPPowerPoint_Slide_Layout::TITLE_SLIDE
$this->_layouts[] = array(
'name' => PHPPowerPoint_Slide_Layout::TITLE_SLIDE,
'body' => '
Click to edit Master title style
Click to edit Master subtitle style
16/04/2009
?#?
');
// Layouts - PHPPowerPoint_Slide_Layout::TITLE_AND_CONTENT
$this->_layouts[] = array(
'name' => PHPPowerPoint_Slide_Layout::TITLE_AND_CONTENT,
'body' => '
Click to edit Master title style
Click to edit Master text styles
Second level
Third level
Fourth level
Fifth level
16/04/2009
?#?
');
// Layouts - PHPPowerPoint_Slide_Layout::SECTION_HEADER
$this->_layouts[] = array(
'name' => PHPPowerPoint_Slide_Layout::SECTION_HEADER,
'body' => '
Click to edit Master title style
Click to edit Master text styles
16/04/2009
?#?
');
// Layouts - PHPPowerPoint_Slide_Layout::TWO_CONTENT
$this->_layouts[] = array(
'name' => PHPPowerPoint_Slide_Layout::TWO_CONTENT,
'body' => '
Click to edit Master title style
Click to edit Master text styles
Second level
Third level
Fourth level
Fifth level
Click to edit Master text styles
Second level
Third level
Fourth level
Fifth level
16/04/2009
?#?
');
// Layouts - PHPPowerPoint_Slide_Layout::COMPARISON
$this->_layouts[] = array(
'name' => PHPPowerPoint_Slide_Layout::COMPARISON,
'body' => '
Click to edit Master title style
Click to edit Master text styles
Click to edit Master text styles
Second level
Third level
Fourth level
Fifth level
Click to edit Master text styles
Click to edit Master text styles
Second level
Third level
Fourth level
Fifth level
16/04/2009
?#?
');
// Layouts - PHPPowerPoint_Slide_Layout::TITLE_ONLY
$this->_layouts[] = array(
'name' => PHPPowerPoint_Slide_Layout::TITLE_ONLY,
'body' => '
Click to edit Master title style
16/04/2009
?#?
');
// Layouts - PHPPowerPoint_Slide_Layout::BLANK
$this->_layouts[] = array(
'name' => PHPPowerPoint_Slide_Layout::BLANK,
'body' => '
16/04/2009
?#?
');
// Layouts - PHPPowerPoint_Slide_Layout::CONTENT_WITH_CAPTION
$this->_layouts[] = array(
'name' => PHPPowerPoint_Slide_Layout::CONTENT_WITH_CAPTION,
'body' => '
Click to edit Master title style
Click to edit Master text styles
Second level
Third level
Fourth level
Fifth level
Click to edit Master text styles
16/04/2009
?#?
');
// Layouts - PHPPowerPoint_Slide_Layout::PICTURE_WITH_CAPTION
$this->_layouts[] = array(
'name' => PHPPowerPoint_Slide_Layout::PICTURE_WITH_CAPTION,
'body' => '
Click to edit Master title style
Click to edit Master text styles
16/04/2009
?#?
');
// Layouts - PHPPowerPoint_Slide_Layout::TITLE_AND_VERTICAL_TEXT
$this->_layouts[] = array(
'name' => PHPPowerPoint_Slide_Layout::TITLE_AND_VERTICAL_TEXT,
'body' => '
Click to edit Master title style
Click to edit Master text styles
Second level
Third level
Fourth level
Fifth level
16/04/2009
?#?
');
// Layouts - PHPPowerPoint_Slide_Layout::VERTICAL_TITLE_AND_TEXT
$this->_layouts[] = array(
'name' => PHPPowerPoint_Slide_Layout::VERTICAL_TITLE_AND_TEXT,
'body' => '
Click to edit Master title style
Click to edit Master text styles
Second level
Third level
Fourth level
Fifth level
16/04/2009
?#?
');
}
}