Hi,
I’m facing an issue with getting paragraph coordinates in Aspose.Slides (.net, v18.5, licensed).
My paragraphs are located inside of an autoshape, so I’m using currently GetRect() method to get coordinates (relative to the parent as I understood), on all slides everything looks to be working fine, except of one slide.
GetRest() is throwing NullReferenceException, but I don’t understand why
StackTrace:
“Object reference not set to an instance of an object.”
at Aspose.Slides. .(String , , , Boolean , Single& )
at Aspose.Slides. .(String , )
at Aspose.Slides. .(Paragraph )
at Aspose.Slides.Paragraph.GetRect()
What can cause this issue?
Please advise
Thank you