Hello,
We have come across a NullReferenceException when calling Portion.GetRect in Aspose.Slides.NET 25.10.0.
I’ve have attached a minimal example
null_ref_exception.zip (520.2 KB)
var pres = new Presentation("./nul…...Slides[0]; var shape = (AutoShape)slide.Shapes[0]; var portion...portion = shape.TextFrame.Paragraphs[0].Portions[0]; var rect = portion...