如何在 silverlight 中将 Xaml 转换为 Rtf?

发布于 2024-11-16 23:16:21 字数 192 浏览 1 评论 0原文

我想知道如何在 silverlight 中将 Xaml 转换为 Rtf。

我正在研究 RichTextBox,我手头有 Xaml,我想将其转换为 rtf 并将其保存到数据库。

那么如何在 Silverlight 中将 Xaml 转换为 Rtf 呢? (TextRange 在 Silverlight 中不起作用)

I would like to know how to convert Xaml to Rtf in silverlight.

I am working on RichTextBox and i have the Xaml in hand and i would like to convert it to rtf and save it to the DB.

so how do I convert Xaml to Rtf in Silverlight? (TextRange doesn't work in Silverlight)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

深白境迁sunset 2024-11-23 23:16:21

你尝试过NRTFTree吗?
这是一个可以构建 RTF 的 .net 库
在 codeplex 中检查它。
http://www.codeproject.com/KB/string/nrtftree.aspx

Did you try NRTFTree?
This is a .net lib which can build RTF
check it in codeplex.
http://www.codeproject.com/KB/string/nrtftree.aspx

笑咖 2024-11-23 23:16:21

@Gabe:WPF RTB 不支持 SL 中定义的所有类,因此如果您尝试将 SL RTB 生成的 xaml 字符串转换为 WPF RTB 中的 rtf 字符串,
System.Windows.Markup.XamlParseException
可能会抛出异常!

@Gabe:The WPF RTB does NOT support all the classes defined in SL, so if you try to convert a xaml string generated by SL RTB to a rtf string in a WPF RTB, an
System.Windows.Markup.XamlParseException
exception may be thrown!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文