what is the most simple and elegant way how convert flowdocument to simple text?
How about this?
string text = new TextRange(FlowDoc.ContentStart, FlowDoc.ContentEnd).Text;