how to find end of slide height and last added element position

84 Views Asked by At

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.

1

There are 1 best solutions below

0
On BEST ANSWER

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.