How to split text box into 2 columns via APIs?
- This topic has 1 reply, 2 voices, and was last updated 10 years ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › PresentationML › How to split text box into 2 columns via APIs?
Hi,
Anything that you can do manually in PowerPoint can be done using the Open-Xml-Sdk. You just have to write code to generate the appropriate markup. I don’t know the specific answer to your question, and would have to follow the procedure detailed in this screen-cast:
Screen-Cast: How to Research Open XML Markup
It is not hard to figure out the markup that you need to generate.
Cheers, Eric