搜索资源列表
新建 Microsoft Word 文档.rar
- 摘要 设计时的自动化加快了编码,并保证所有过程都用相同的命名规范和结构来生成。为了在大型 SQL 项目中尽量提高编码的效率,作者编写了一系列的设计时(design-time)存储过程,用它们来生成运行时(run-time)存储过程,并一直在工程中使用。最近,作者更新了其存储过程以便使用 SQL Server 2000 的特性,其中包括用户定义函数。本文所及内容涵盖创建并执行这些动态 T-SQL 脚本以使普通的数据库存储过程编码自动化。
vb-word
- 将文本保存在doc文档,并创建指定名称文档并放在指定文件夹中-The text stored in the doc document, and create a document and specify the name of the folder on the specified
VC_Office
- 本例是在VC对Word的操作,包括创建Word,编辑Word,以及打开Word。-VC in this case is the operation of Word, including the creation of Word, edit Word, and open the Word.
worktable
- 一个类似于Word中表格创建窗口类-Word in a form similar to create a window class
C_Word
- C#对Word进行操作,创建,打开,导入,删除,导出,很好用的-good
create-Word
- 根据自己得需要创建Word,并写入自己每天关心的结果,自动化每天生成报表-Was based on their need to create Word, and write the results of their daily care, automated report generated daily
using-of-word-under-csharp
- 在C#下调用word的一个技术文档总结,从word的创建到修改-Call in C# under the word of a technical document summary, from creation to modify the word
VB--Word
- 详细介绍了使用VB.NET对word的操作,最后提供了一个在VS2005中对word文档创建、编辑和保存的实例-Details of the operation using VB.NET for word, and finally provide a word document on in VS2005 to create, edit and save the instance
VBA-WORD-listen
- 在VBA中对word对象实现操作的代码,包括打开、创建、关闭文档,对话框操作,对象属性设置等。-The word object in VBA code of the operation, including open, create, close the document, the dialog operation, the object property is set.
WORD
- 是想了创建,讲内容保存为word文档。内用简单,适合初学者-Want to create, stresses that the content is saved as a word document. Within a simple to use, suitable for beginners
app-automates-Word-(CppAutomateWord)
- 使用C++利用程序实现对Word的操作,包括创建,插入段落,保存等 -Use C++ use of program operations for Word, including creating, inserting paragraphs, preservation, etc.
itextCreatdoc
- Itext库创建Word文档,这只是一个实例,c#开发,如果有相关Word开发的同行,可以互相交流下-Itext library to create a Word document, this is just one example
AddLetter
- 用c#创建word文档Create word files by c#-Create word files by c#用c#创建word文档
creatWord
- Csharp 在指定路径下创建word文档-Csharp creat word
WordOperateClass
- C#word(2007)操作类 新建文档、添加页眉页脚、设置格式、添加文本和超链接、添加图片、表格处理、文档格式转化-public static bool CreateWordFile(string dir, string fileName) { try { Object oMissing = System.Reflection.Missing.Value if (!Directory.Exists(dir))
word
- VC++中进行word表格的填写,即用程序控制创建修改Word文件,-Vc++ to fill in word form with program control to create change word file,
创建文件
- 用于创建时间文档,点击即可创建,适用于日记的联系创建,节约时间(Used to create time documents, click to create, applicable to the diary of the contact creation, save time)
Forh
- 需在c盘创建a文件夹,然后运行main.py文件选择文件后,可将加密的Word文档解锁(To create the a folder in the C drive, run the main.py file and select the file, the encrypted Word document to unlock)
新建 Microsoft Word 文档
- 创建了有关于图书管理系统的一些源代码 ,献丑献丑(Create some source code on the library management system, that's my opinion)
VB.NET利用SpireDoc读写word文件实例
- Spire.Doc for .NET是一款由E-iceblue公司开发的专业的Word .NET类库,使用该工具开发人员可以在任意.NET平台(C#,VB.NET,ASP.NET)上快速创建,读取,写入,转换,打印Word文档。此为本人利用vb.net在vs2010平台下实现Word文档读写实例,可供参考。