CustomXML In Powerpoint

1k views Asked by At

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?

1

There are 1 answers

2
Todd Main On BEST ANSWER

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.