开发者

Convert FlowDocument to simple text

what is the most simple and 开发者_StackOverflowelegant way how convert flowdocument to simple text?


How about this?

string text = new TextRange(FlowDoc.ContentStart, FlowDoc.ContentEnd).Text;
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜