搜索资源列表
ManOriKnowledge
- 最近弄一个可以编辑显示文本、图片、公式、表格、超链接等内容的东东,将其保存好数据库(DB4O),然后直接在内存中打开。最先想到的当然是dotNet的RichTextBox,但它对这些格式数据支持并不好,尤其是上下标。然后就是微软的Office Framer Control,没有什么问题,但是需要运行word进程,那玩意太庞大,尤其是在打开多个文档的时候占用内存过多。最后想到了wpf的Flowdocment,它虽然不直接支持公式,但在能直接将相关内容转换为图片形式,且不会改变显示样式。使用WPF
XSWord.rar
- 利用RichEdit显示Word文档,运行程序,即可在控件中显示Word文档.,Use RichEdit display Word documents, run programs, you can control to display Word documents.
MyMemo
- 文字编辑控件,继承自RichEdit,在编辑文字时,可以添加下拉选择栏,并可以为下拉框添加选项内容,并可以保存为模板xml文档,另外还实现了添加上下标、获取RTF文字等功能-Text editor control, inherited from RichEdit, edit the text at the time, you can add drop-down selection column, and can add options for the contents of the drop-
RichEditUse
- 一个可插入对象的富文本控件,采用文档、视结构-this tool is a simple RichText
WordDisplay
- 滚动显示Word文档(RTF格式),演示RichEdit控件的功能-scrolling show rtf document file,demonstrate the usage of RichEdit control