Hello, Andreas,
Thank you for writing.
I suppose that your question is related to
RadRichTextEditor since
RadRichTextBox is deprecated. You can get the RadRihTextEditor.
Text property and split it by the desired symbols ("%", "{", "}"," "). Thus, you will obtain the words collection you need. Alternatively, you can traverse the
hierarchical document's structure. In this case, it is necessary to iterate all document's
sections, section's
paragraphs and
spans inside the paragraph. However, splitting the text is a much easier approach.
I hope this information helps. Should you have further questions I would be glad to help.
Regards,
Dess
Progress Telerik