Unable to Add an HTML Table to a TextFrame Paragraph in C#

Hi Aspose Support Team,
We are trying to render html table in textframe paragraph but textframe is not supported html table.

shape.TextFrame.Paragraphs.AddFromHtml(htmlcontent);

As per your ticket SLIDESNET-37059 fixed in version 23.7 we had tried below code it is working fine but issue is this is generate a new slide without using my master layout.

pres.Slides.AddFromHtml(htmlcontent);

We want to render html table in textframe paragraph so please suggest if any approach.

@vipinmishra,
Thank you for contacting support.

PowerPoint documents do not support adding tables in paragraphs. So you will not be able to do this through either PowerPoint or Aspose.Slides.