FlowDocument contents as text
Posted
by tyndall
on Stack Overflow
See other posts from Stack Overflow
or by tyndall
Published on 2009-12-16T20:34:55Z
Indexed on
2010/03/25
8:03 UTC
Read the original article
Hit count: 652
What is the best way to get back the XAML/XML value of a FlowDocument?
I noticed there isn't a .Value, .Text, .Caption, .ToXml(), etc...
UDPATE:
I'd like to be able to get access to it initially to serialize to disk or database. Treat it as its own document format. Later translating it to other formats would be nice.
Also been wondering:
Any equivalent to a hyperlink (opens in new browser window) in a FlowDocument? Any workaround?
© Stack Overflow or respective owner