Spire.Presentation is a professional PowerPoint® compatible library that enables developers to create, read, write, modify, convert and Print PowerPoint documents. Get free and professional technical support for Spire.Presentation for .NET, Java, Android, C++, Python.

Thu Aug 23, 2018 5:18 am

I have added an HTML content that contains UL/LI elements. The black bullet never seems to appear for the <li> html element in the PPT that gets generated. Can someone help us with what we are missing?

ITable table = slide.Shapes.AppendTable(10, 50, widths, heights);
table.StylePreset = TableStylePreset.NoStyleTableGrid;
table[0, 0].TextFrame.Text = "HEADING";
table[0, 1].TextFrame.Paragraphs.AddFromHtml("<html><body style='font-size:15px;'><div><ul><li>Item1</li><li>Item2</li></ul></div></body></html>");

prven
 
Posts: 5
Joined: Thu Aug 23, 2018 5:13 am

Thu Aug 23, 2018 6:46 am

Dear Prakash,

Thanks for your inquiry.
You were using our free version, right? The free version indeed exists the issue you mentioned, and sorry we have no plan to maintain the free one at present. Please upgrade to our commercial version (Spire.Presentation Pack Hotfix Version:3.8.4) which contains the fixes of the bullet issue to have a try. If there is any question, welcome to write back.

Sincerely,
Nina
E-iceblue support team
User avatar

Nina.Tang
 
Posts: 1182
Joined: Tue Sep 27, 2016 1:06 am

Tue Aug 28, 2018 7:29 am

Hi,

Greetings from E-iceblue.
Has your issue been resolved?
Your feedback will be greatly appreciated.

Sincerely,
Nina
E-iceblue support team
User avatar

Nina.Tang
 
Posts: 1182
Joined: Tue Sep 27, 2016 1:06 am

Return to Spire.Presentation