Word.Document doc = this.Application.ActiveDocument; //模板样式添加到当前文档 doc.CopyStylesFromTemplate(@"C:\Users\Administrator\Desktop\新建文件夹\Doc1.dotx");