Tue Sep 18, 2018 11:25 am
Hi Nina,
Thanks a lot. your code doing good and fulfill my requirement.
If you don't mind, could you please provide me another code snippet
My requirement is :
I need to insert HTML into the PPT from a Textarea which is on a web page.
HTML may contains bold, Italic, BulletlList, color etc, any type of formatting.
Please see screen shot
I don't want to use inbuilt function/properties like
textParagraph.BulletType = TextBulletType.Numbered; and
textParagraph.BulletStyle = NumberedBulletStyle.BulletRomanLCPeriod;
as there is lots of dynamic code on web page
i can't play too much with IF/ELSE condition
I have tried with the code on below link but it is just inserting paragraph
Append HTML String to PowerPoint in C#, VB.NET(which is on e-iceblue site)
waiting for your reply
Thanks in Advance
Regards
Brijendra
Login to view the files attached to this post.