AdvRichEditor - add formatted text

Hi!


Is it possible to add formatted text from one AdvRichEditor to another without Clipboard?

Kind regards,
Bostjan

A possible way is:


advricheditor2.InsertAsRTF(advricheditor1.SelectionAsRTF);

The alternative is access the document elements via
advricheditor.Context.Content
and copy elements of this collection from one AdvRichEditor to another.