PHPPowerPoint will become PHPPresentation in version 0.5.0 (#114)...
Next two big steps before release : add reader for PPTX and ODP :) (#113 & #44)
Progi1984
@Progi1984
But before we implement a logger with the PSR-3 (#111)
Progi1984
@Progi1984
WIP : Reader for PowerPoint 2007 (#44@arbabi2010)
Done : Document Properties
Done : Reading Images
Progi1984
@Progi1984
Done : Tests complete
Progi1984
@Progi1984
Done : Tests validated with the import
Remaining : Sample with the Tree
Progi1984
@Progi1984
OK for PowerPoint 2007 Reader #44
WIP : Reader for ODPresentation #113
Progi1984
@Progi1984
ODPresentation reader pushed to develop branch.
JewrassicPark
@JewrassicPark
I may have use of a simple appear animation for my job, I was going to try and implement it but it might not be generalized enough to commit properly (it would only be simple appear onclick) I checked out some of the source for a ppt with that animation and it's pretty simple, just an extra structure at the end of each slide1.xml, slide2.xml etc
I think that's slide transitions right? Like from slide 1 to slide 2?
I'm talking about shape animations
Progi1984
@Progi1984
affirmative
JewrassicPark
@JewrassicPark
so on slide 1, click and some text appears, click again and some other text appears etc
is what I'm trying to do
Progi1984
@Progi1984
oki.... Else create an issue, I would work on it in 0.6.0 of PhpPresentation :)
JewrassicPark
@JewrassicPark
Is there a way to uniquely identify shapes on a slide. Each animation can have n shapes associated with it (you click once and two shapes appear for example). But shapes in the writer are given an id in their order of collection. The animation objects might not contain every shape so I need that id to map. I can iterate through the shapescollection in the animation but i need to know which shape it is in the entire slide shape collection. Can I use the Hash Index for this or is that for something else entirely?