本文介绍了单词的命名空间是什么的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将word转换为xml,但是没有找到任何将其转换为xml的命名空间,
这行的名称空间是什么.
Word.Application WordApp =新的Word.ApplicationClass();

Hi,i want to convert word to xml, but didnot find any namespaces to convert it,
and what is the namespace to this line.
Word.Application WordApp = new Word.ApplicationClass();

推荐答案


这篇关于单词的命名空间是什么的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-12 05:03