项目作者: TheTrueTrooper

项目描述 :
This Custom word addin will replace Keys marked with @[KeyName] with a value specified by a windows form. Note that you can add defualt values with =. Eg @[KeyName=Defualt Value for Key]
高级语言: C#
项目地址: git://github.com/TheTrueTrooper/WordFindKeyAndReplace.git
创建时间: 2018-12-20T13:00:48Z
项目社区:https://github.com/TheTrueTrooper/WordFindKeyAndReplace

开源协议:

下载


WordFindKeyAndReplace

This Custom word addin

It will replace Keys marked with @[KeyName] with a value specified by a windows form.
Note that you can add defualt values with =. Eg @[KeyName=Defualt Value for Key]

Simply add variables or keys to replace by typing @[KeyName] or @[KeyName=WithOptionalDefaultValue] into word doc and open the windows form using the button from the custom addin’s ribbon’s Button. Then fill in the values to replace and then hit replace.

writen in more or less 3 days including commenting and testing.