再会!
我想知道是否可以SaveFileDialogue
在使用保存 .docx 文件时显示Novacode DocX
?
样本:
string fileName = @"D:\Users\John\Documents\DocXExample.docx";
var doc = DocX.Create(fileName);
doc.InsertParagraph("This is my first paragraph");
doc.Save();
SaveFileDialogue
我应该把代码放在哪里?
非常感谢!