是否可以将格式从其他应用程序复制到 Silverlight RichTextBox 中?

发布于 2024-10-21 22:55:31 字数 261 浏览 2 评论 0原文

现在我正在使用 RichTextBox 中的银光。 我正在尝试从 Office Word 等其他应用程序复制一些内容。然而我所能得到的只是没有任何格式的痛苦文本。 是否可以从Word或PDF文件中复制字体大小、字体颜色等格式的内容?

谢谢!

Now I'm playing with the RichTextBox in Silverlight.
I'm trying to copy some content from other application like Office Word. However all I can get is the pain TEXT without any format.
Is possible to copy the content from word or PDF file with the format like font-size, font-color?

Thanks!

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

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

发布评论

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

评论(1

Spring初心 2024-10-28 22:55:31

不幸的是,在 Silverlight 4 中,您可以从剪贴板获取的数据存在限制。

您可以从剪贴板获取纯文本,但不能获取原始数据本身(例如:图像、富文本格式的文本等)。

在新版本的 Silverlight 允许您从剪贴板获取原始数据之前,恐怕这是不可能的,即使使用第三方 RichTextBox 也是如此。

Unfortunately, in Silverlight 4, there's a limitation on the data you can get from the clipboard.

You are allowed to get the plain text from the clipboard but not the raw data itself (ex: images, rich text formated text, etc).

Until a new version of Silverlight allow you to get the raw data from the clipboard, I'm afraid it won't be possible, even with a third party RichTextBox.

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