Hi,
I have a situation where the slide data is overflowing and want to see which all paragraphs from table are out of the slide and using code logic want remove overflowing paragraphs from current slide and move to next slide.
So as per our assumption if data is similar in 2 columns then Y/Bottom position of paragraphs from multiple columns should be same (provided data is same). But in this case, there is significant difference in bottom/Y position and due to this our code logic is not able to decide which paragraph to move to next slide and giving us erroneous results.
Sample project is attached to reproduce this issue.