复制表情符号“文本” 来自在 wpf 中显示图像的 richtextbox
我正在寻找一种良好、干净的方法来从显示表情符号的富文本框中复制文本。 想想 Skype,您可以在其中选择一个聊天,它会复制表情图像并将其转换为文本表示(笑脸图像到:)等)。 我正在使用 MVVM 模式。
I am looking for a good, clean way to enable copying of text from a richtextbox displaying emoticons. Think of skype, where you can select a chat and it will copy the emoticon images and convert them to their textual representations (smiley image to :) etc). I am using the MVVM pattern.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道如何将 RichTextBox 内容解析配置为文本。 下面是使用 xml linq 的一种方法。 正则表达式可能效果更好,但我很烂。 将 ConvertToText 方法传递给 RichTextBox 的 FLowDocument。
I don't know of a way to configure the parsing of RichTextBox content to text. Below is one way which uses xml linq. Regular expressions might work better but I suck at them. Pass ConvertToText method teh FLowDocument of your RichTextBox.