PHP Class PhpOffice\PhpPresentation\Writer\PowerPoint2007\PptSlideLayouts

Inheritance: extends AbstractSlide
Show file Open project: phpoffice/phppowerpoint

Public Methods

Method Description
render ( ) : PhpOffice\Common\Adapter\Zip\ZipInterface
writeSlideLayout ( SlideLayout $pSlideLayout ) : string Write slide to XML format
writeSlideLayoutRelationships ( integer $masterId = 1 ) : string Write slide layout relationships to XML format

Method Details

render() public method

public render ( ) : PhpOffice\Common\Adapter\Zip\ZipInterface
return PhpOffice\Common\Adapter\Zip\ZipInterface

writeSlideLayout() public method

Write slide to XML format
public writeSlideLayout ( SlideLayout $pSlideLayout ) : string
$pSlideLayout PhpOffice\PhpPresentation\Slide\SlideLayout
return string XML Output

writeSlideLayoutRelationships() public method

Write slide layout relationships to XML format
public writeSlideLayoutRelationships ( integer $masterId = 1 ) : string
$masterId integer
return string XML Output