We using aspose.slide in c# to extract text content from pptx and then user done some changes and save it again in pptx file.
What’s happening that aspose not able to extract superscript text from pptx. It make the supe…...text1 = autoShape.TextFrame.Text; or var text2 = autoShape.TextFrame...Paragraphs[0].Text; or var text3 = autoShape.TextFrame.Paragraphs[0].Portions[0]...