2

I am creating a presentation programatically using presentationml. The full presentation will be a long table with rows having various amounts of text. What is the best way to figure out where to split the table? Or is there a way to make PowerPoint split it by itself?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
medhat
  • 303
  • 2
  • 4
  • Just wanted to follow up to see if the below is getting you any closer to what you need. – Todd Main Sep 10 '10 at 17:20
  • 1
    Possible duplicate of [How to split table to new PowerPoint slide when content flows off current slide using Open XML SDK 2.0](http://stackoverflow.com/questions/2638046/how-to-split-table-to-new-powerpoint-slide-when-content-flows-off-current-slide) – Brian Tompsett - 汤莱恩 Nov 21 '16 at 16:09

1 Answers1

1

Check out my answer here - How to split table to new PowerPoint slide when content flows off current slide using Open XML SDK 2.0 - this is the only way I know of possibly being able to do this from PresentationML.

Community
  • 1
  • 1
Todd Main
  • 28,951
  • 11
  • 82
  • 146