0

I am exploring pptx4j to generate slide compatible to office 2013. One of the requirement is to move the element(new row of table/ text box/ new table/ any other element) to next slide when the element added goes beyond the slide height.

Is there any way to achieve this.

Manu
  • 453
  • 2
  • 6
  • 15

1 Answers1

1

You can write you own logic to calculate the height of your content, but there is nothing at present in pptx4j which does this for you, I'm afraid.

JasonPlutext
  • 15,352
  • 4
  • 44
  • 84