PHPOffice / PHPPresentation

A pure PHP library for reading and writing presentations documents
https://phpoffice.github.io/PHPPresentation
Other
1.31k stars 519 forks source link

Multiple Master Slide #438

Open mindline-analytics opened 6 years ago

mindline-analytics commented 6 years ago

With this line "$objPhpPowerPoint->getAllMasterSlides()[0]" I have my master slide as default which I can see over my other slides.

If for example I put "$objPhpPowerPoint->getAllMasterSlides()[1]" as another master slide. How can i attach it to my other slide? I want to know how to attach slides with master? I mean If I want my slide 3 to attach with master slide at index 1 who can I do that? @Progi1984

mindline-analytics commented 6 years ago

can anybody help me with this?

dlollman commented 6 years ago

@MindlineAnalytics did you ever figure this out?