Text Formatting Based on HTML

In Aspose.Words, for the DocumentBuilder object there is a insertHtml() method that takes as an input parameter a string of HTML text, and uses the HTML tags to format the text. Is there anything like this for Aspose.Slides, for when you want to set the text for a Portion? I have a string with HTML tags in it that denote the necessary formatting for the text, and was hoping there was an easier way to format the text on the PPT slide other than parsing the string for the HTML tags and setting Portion font properties for each bit of formatting. Thank you.

Unfortunately, Aspose.Slides does not have any such feature which could parse HTML and format the text.