-
如何使用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
-
a series of the VC and juicy Algorithm
一个用VC编的香浓算法-a series of the VC and juicy Algorithm
- 2022-08-23 08:53:39下载
- 积分:1
-
计算地址的代码。V4
Code to calculate IP address. v4
- 2022-01-26 06:14:51下载
- 积分:1
-
this was more commonly used operating system examples of a systematic access to...
这个是比较多的常用的系统操作的示例,有系统信息获取,文件访问等等的方法介绍.. -this was more commonly used operating system examples of a systematic access to information, documents, etc. visit on the way ..
- 2022-04-01 10:08:44下载
- 积分:1
-
When application is deployed, the exception unable to find database dll occurs w...
When application is deployed, the exception unable to find database dll occurs when generating reports. This is because you are not using Crystal Report 8.5 ActiveX Designer RunTime Library (craxdrt.dll) Check out this tutorial provides best practice solution.
- 2022-04-12 13:25:51下载
- 积分:1
-
Emptying the Recycle Bin
Emptying the Recycle Bin
- 2022-04-17 11:10:31下载
- 积分:1
-
用jsp实现的树结构,VBD非国大非国大非法国地方州…
用jsp实现的树结构所地vbd非国大非国大非国大法国地方官地方官地方官官方地方 -with jsp achieve tree structure to vbd ANC ANC ANC French magistrates prefecture prefecture local official
- 2023-06-19 23:00:02下载
- 积分:1
-
libsqlora8
libsqlora8-2[1].2.10.tar.gz
- 2023-06-01 09:35:03下载
- 积分:1
-
OPENCV摄像头自适应
用于相机calibration.We可以定义使用opencv.This图像的温度时,使用我们希望增加皮肤检测,指针检测用YCBCR和HSV颜色空间。
- 2023-01-09 19:10:04下载
- 积分:1
-
Web控件(服务器控件实例源代码)很好用的哦
Web控件(服务器控件实例源代码)很好用的哦-Web Controls (Server Control Examples of source code) Oh, well used
- 2022-07-26 10:28:27下载
- 积分:1