Question

I want to create a PowerPoint template. I want the template to have references to items like NAME and the like based on an external source. I know with WordprocessingML I can just make a reference to an XML file and supply an x-path, but I also hear this is not supported in PowerPoint.

So how do I do this with PresentationML? Are repeaters possible if there are multiple objects to bind?

Was it helpful?

Solution

It's not the same as PowerPoint doesn't have Content Controls like Word. That said, you can bind almost any object in PowerPoint with CustomXML (see "CustomerData" in the object model) and make your own repeaters through code.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top