搜索资源列表
exportwordsrc
- 如果您要在应用程序中处理Word文档,可以参考MSDN. Lori Turner. Automating Microsoft Office 97 and Office 2000,该文内容详细全面,但是要在C++程序中导出Word文档,按照文中的方法来处理是很麻烦的,特别是需要填写的参数太多,所以我们考虑生成正确的VB脚本,然后执行生成Word文档的操作,这个方法的优点在于:一方面可以少填写参数;另一方面可以使用在Word中录制的宏脚本,而只需作少量的修改。我们给出了一些简单的函数来方便生成Wor
PlanEdit
- 个人计划制定工具,制定个人工作计划,生成工作总结,直接控制对word文档的操作。-personal plans to develop tools to develop individual work plans, summing up the work of generation, direct control of the operation of word documents.
hbdoc
- 该软件是用来合并word文档的,操作简单,vb开发的-The software is used to merge word documents, simple operation, the development of vb
vb-word
- vb操作word详解 Visual Basic支持一个对象集合,该集合中的对象直接对应于Microsoft Word 97中的元素,并且通过用户界面,用户熟悉这些元素中的绝大多数。例如,Document 对象代表了一个打开的文档,Bookmark对象代表了一个文档中的书签,而Selection对象则代表了在一个文档窗口窗格中的选定内容。在Word中,每一类元素-文档、表格、段落、书签、域等等-都可以用Visual Basic的对象来表示。要在Word中自动执行任务,可以使用这些对象的方法和属
XMLHelpForVC60
- VC++6的XML操作类。里面有word文档,告诉你怎么用。类写的不错。操作XML很方便
wordchaifen
- 有时候需要将一个word文档每一页另存为一个word文档,如果手工操作,量大会累死人的。今天我们用VBA来实现批量自动处理。在文档的ThisDocument的代码页中输入以下代码,然后执行Sub SaveParagraph() 即可:-Sometimes need to be a word document for each page Save as a word document, if the manual operation, the amount of the General Assem
VCPP-and-Word
- 用VC++操作Word文档的方法,其中包括一步步的制作步骤-VC++ using the method of operation of Word documents, which includes the production steps of a step by step
wordpad
- 程序时用VC语言操作WORD文档的例子,可以作为工作的借鉴,一起来做出功能更强大的程序-Program with VC language examples of operator WORD document can serve as a work of reference, and make up a more powerful program
word
- 介绍如何通过delphi读取word文档,用于操作调用外部word的程序开发-How to read word document by delphi, call the external word used to operate the program development
WordDoc
- 代码是关于文件的操作,如何将数据转化为WORD文档格式-Code is operating on the file, how to format the data into a WORD document
WORD002
- 该源码示范如何使用VC++对WORD文档进行操作 -The source code demonstrates how to use the VC++ to operate on the WORD document
HBword
- 用于多个word文档合并,批量合并,方便操作-Used to merge multiple word documents, batch merge and convenient operation
OperWord
- 这是一个完整的通过C#操作Word文档的例子-This is a complete Word document through C# operations of example
OLEAutoDemo
- 通过VC++对word文档,excle进行操作的类,附加使用实例-By VC++ for word documents, excle to operate the class, additional use cases
ini_operation
- 读写ini文件,具有word文档详细解说操作过程-Read and write ini files, word documents detailed explanation of operation
VCprocessword
- VC++ 对Word文档的各种操作,VC++ 对Word文档的各种操作-VC++ on the various operations of the Word document,VC++ 对Word文档的各种操作
word-bk-v0.8
- 能够实现对一个文件夹内,包括在子目录内的word文档进行批量的查找替换操作。 能同时执行多个字符串的查找与操作替换。 附带 对红头文件进行标题的格式替换。-Can be achieved on a file folder, including batch search and replace operations subdirectory within the word document. Can simultaneously perform multiple string search
upuate
- 操作word文档 可以建立一个模版操作替换,更新,写入等,-Word document can create a template operation to replace, update, writing, etc.,
repdacecan
- 操作word文档 可以建立一个模版操作替换,更新,写入等,-Word document can create a template operation to replace, update, writing, etc.,
VC打开word程序
- 利用Visual studio 来操作word,本程序可以将已经编辑好的word文档进行读取和调用(the program can read and call the generated word)