The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi I am trying to use the AppendHtml method on a paragraph, but the method is not available. I would like to add some text with embedded <i>italics</i>.
Is there a specific reason this method is missing in the portable assembly?
MJMohanaselvam Jothi Syncfusion Team April 17, 2018 11:49 AM UTC
Hi Pieter,
Thank you for your update.
We suspect that you are using AppendHTML method of IWParagraph interface. We have not exposed this API in interface and we suggest you, access it by type casting the instance as WParagraph class type.
We will expose this method in IWParagraph interface along with 2018 Vol 2 release which is expected to available during end of May 2018.
Please let us know if you have any other questions.
Regards, Mohanaselvam J
PVPieter van KampenApril 22, 2018 08:47 AM UTC
Thanks
that does the trick.
I am trying:
var p = row.Cells[0].AddParagraph();
p.AppendHTML("some text");
So yes that is on the IWParagraph interface.
Somehow this seems a bit strange
((WParagraph) p).AppendHTML("some text");
Anyway, it works now!
DBDilli Babu Nandha Gopal Syncfusion Team April 23, 2018 06:16 AM UTC
Hi Peiter,
Thank you for your update.
We are glad to know that your requirement has been fulfilled. Please let us know if you need any further technical assistance on this query.
Regards,
Dilli babu.
Need More Help?
Get personalized assistance from our support team.