问题描述
我正在开发一些实用程序,它将与MS Word 2016集成。
I am working on some utility, which will get integrated with MS Word 2016.
下面是Word 2016中的4种新样式类型,但能够找到它们的内置代码,有人可以提供这些代码:
Below are the 4 new style types in Word 2016, but able to find the built-in code them, can someone provide these codes:
Hashtag; Char; As-Is;?
提及; Char; As-Is ;?
$
未解决的提及; Char; As-Is;?$
Smart Hyperlink; Char; As-Is;?
Hashtag;Char;As-Is;?
Mention;Char;As-Is;?
Unresolved Mention;Char;As-Is;?
Smart Hyperlink;Char;As-Is;?
我得到了以下链接,其中包含内置代码,但无法找到上述代码。
I got the below link, which having the built-in code, but not able to find the code for above 4.
https:// msdn.microsoft.com/en-us/vba/word-vba/articles/wdbuiltinstyle-enumeration-word
https://msdn.microsoft.com/en-us/vba/word-vba/articles/wdbuiltinstyle-enumeration-word
谢谢,
Harinam
推荐答案
提及:-372
未解决的提及:-375
Unresolved Mention: -375
智能超链接:-373
Smart Hyperlink: -373
这篇关于为Word 2016指定内置Microsoft Word样式 - WdBuiltinStyle枚举(Word)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!