Is Powerpoint (2010) able to create row breaks for a table spanning over several slides?
If yes, how can the row breaking be controlled?
|
| |||
|
feedback
|
migrated from stackoverflow.com Oct 31 '11 at 15:41
This question came from our site for professional and enthusiast programmers.
|
PowerPoint won't break anything from slide to slide automatically. If you're creating a table in code, you'd need to track the height of the table as you add each row. When the table height exceeds the max value you have in mind, you'd add another slide, add a table to it and start adding data to it. | |||||
feedback
|