I am saving the XAML for a RadDocument in a database. I would like to replace certain text with inlineUIElements. I am able to find the text and add the elements (textboxes), but when I try to set the old span text to an empty string the Text property remains unchanged.
I have also tried to remove the Span from the Paragraph, but this gives a not implemented error:
I also tried creating a new RadDocument by iterating through sections, paragraphs, and spans. For the span including the substitution I tried to write the new elements, and for the others to just copy the old elements. The Style didn't seem to come through. The following is the sample that I am working with, and incidentally, the first apostrophe does not work, while the second does.
Is this possible to do, and if so, what is the correct method?
Thank you,
Jennifer