-
如何使用DocX 库在 .DOCX 文件中替换一列单词
翻译 maninwest@Codeforge 作者:B. Clay Shannon@Codeproject使用 DocX 库替换 .docx 文件中的字任务我想替换英式英语的拼写为美式口语。例如, 替换 "colour" 为 "color", "centre" 为 "center", "plough" 为"plow", 等。我可以使用查找>替换来一个一个地替换,但是很麻烦。所以,我找到一个库 。为了使用这个 docx库,只需从 这里 下载(docx.dll)。在你的项目中添加到它的引用,然后添加此 using子句:using Novacode;
首先需要加载具有”错误"拼写的文档:string filename = string.Empty;
DialogResult result = openFileDialog1.ShowDialog();
if (result == DialogResult.OK)
{
filename = openFileDialog1.FileName;
}
else
{
MessageBox.Show("No file selected - hasta la vista and Ciao, baby!");
return;
}
using (DocX document = DocX.Load(filename))
{
document.ReplaceText("travelled", "traveled");
document.Save();
}
我们当然想以此完成所有词汇替换。首先,我们需要有一列单词,这样编码: 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-25 21:24:19下载
- 积分:1
-
MP3播放器的源代码,使用C语言编程,使用的…
mp3播放器的源代码,采用C语言 编程,使用C编译器,开发很方便。-mp3 player of the source code, using the C programming language, the use of the C compiler, development is very convenient.
- 2022-01-31 23:58:00下载
- 积分:1
-
A Rotating WireframeCube for Silverlight3 我觉的很好的例子
A Rotating WireframeCube for Silverlight3 我觉的很好的例子-A Rotating WireframeCube for Silverlight3 I feel a good example of
- 2023-02-11 10:45:04下载
- 积分:1
-
双龙电子增补库文件libslavr.a、slavr.h
libslavr.a是库文件,需要将其和ICC标准库文件放到一起,正常情况为:C:icclib...
双龙电子增补库文件libslavr.a、slavr.h
libslavr.a是库文件,需要将其和ICC标准库文件放到一起,正常情况为:C:icclib。
slavr.h是头文件,要使用库函数需要包含此头文件。-Added to the library file Shuanglong electronic libslavr.a, slavr.hlibslavr.a is a library file, and the ICC needs to be put together with the standard library file, the normal situation: C: icclib. slavr.h is the header file, it is necessary to use the library functions need to include this header file.
- 2022-02-24 16:30:34下载
- 积分:1
-
vsto是一门流行的技术,本程序实例源码,国内难得的资料,
vsto是一门流行的技术,本程序实例源码,国内难得的资料,-vsto是一个实例源码,国内难得的资料
- 2022-09-20 13:55:03下载
- 积分:1
-
全国计算机等级考试三级辅导教程与同步试题训练
全国计算机等级考试三级辅导教程与同步试题训练-NCRE three tutorials and synchronization test counseling training
- 2022-02-14 15:54:52下载
- 积分:1
-
使用grub4dos 来自动还原ghost文件,ghost文件放在I盘的相应目录下,盘符可以自行修改,执行的时候类似这样,restore.bat xppro 意...
使用grub4dos 来自动还原ghost文件,ghost文件放在I盘的相应目录下,盘符可以自行修改,执行的时候类似这样,restore.bat xppro 意思是说还原到xp professional -Use grub4dos to automatically restore the ghost files, ghost files on I set the corresponding directory, the letter can be modified to implement the time like this, restore.bat xppro means that to revert to xp professional
- 2023-01-14 13:30:04下载
- 积分:1
-
在电机控制中,从交流变直流的BOOST电流的控制程序
在电机控制中,从交流变直流的BOOST电流的控制程序-In motor control, from the exchange of variable DC current of the control procedures BOOST
- 2023-05-04 12:55:04下载
- 积分:1
-
keil HDI 客户端
此应用程序不仅演示使用 Microsoft 基础类的基本知识外,也是编写 USB HID 应用程序的起始点。
- 2022-11-17 22:00:03下载
- 积分:1
-
JXTA代码,美丽的排偶癞瓜内
JXTA代码,美丽的排偶癞瓜内 -JXTA code, beautiful skin disease排偶Guarneri JXTA code, beautiful skin disease排偶Guarneri
- 2022-03-17 14:31:19下载
- 积分:1