Table in TextFormat.XML


https://www.nevron.com/Forum/Topic6247.aspx
Print Topic | Close Window

By Filip Mergental - 12 Years Ago
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
By Nevron Support - 12 Years Ago

Hi Filip,

Please elaborate - we don't understand the question properly...

By Filip Mergental - 12 Years Ago

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;

By Nevron Support - 12 Years Ago

Hi Filip,

No that's not supported - generally the supported functionality is most of the paragraph formatting and simple bullets.