Group: Forum Members
Last Active: 11 Years Ago
Posts: 16,
Visits: 1
|
Hello, can I use the tag in the text formatted as TextFormat.XML? I tried it but it didn't work. I would like align the text in the annotation.
Thank you. Daniela
|
Group: Forum Members
Last Active: 12 hours ago
Posts: 3,054,
Visits: 4,009
|
Hi Filip, Please elaborate - we don't understand the question properly...
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 11 Years Ago
Posts: 16,
Visits: 1
|
I'm sorry I mean tag <table>. I deleted it by mistake. _annotation = new NRoundedRectangularCallout(); _annotation.TextStyle.TextFormat = TextFormat.XML; string ret = ""; ret += ("<table><tr><td>" + dr["SAMPLEBY_NAME"].ToString() + "</td>") ; ret += ("<td>" + dr["ENTERBY_NAME"].ToString() + "</td>"); . . . _annotation.Text = ret;
|
Group: Forum Members
Last Active: 12 hours ago
Posts: 3,054,
Visits: 4,009
|
Hi Filip, No that's not supported - generally the supported functionality is most of the paragraph formatting and simple bullets.
Best Regards, Nevron Support Team
|