Superscript ?®
Hi,
I am trying to display the trademark "MasterCard?®". It's fine with the rich textbox object and static input.
But when it binds with datasource, the "?®" cannot be displayed in superscript. Is there a way to display the superscript from the datasource directly?
Please find attached picture for both.
Thanks,
Xufeng
I am trying to display the trademark "MasterCard?®". It's fine with the rich textbox object and static input.
But when it binds with datasource, the "?®" cannot be displayed in superscript. Is there a way to display the superscript from the datasource directly?
Please find attached picture for both.
Thanks,
Xufeng
Comments
You may use TextObject object with HtmlTags = true. Put the following text in it:
[[YourTable.Column1].Replace("?®", "?®")]
I've tried the Html tag, but found it's a little different from what I want.
Please see the attached screen shot.
Left is the one copied from a word doc. and right one is using the html tag.
Is that possible to get the exactly same result?
Regards,
Xufeng