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?