http://cathalscorner.blogspot.hk/2010/06/cathal-why-did-you-create-docx.html

using (DocX document = DocX.Load(@"C:\source\3.docx"))
{
  Formatting mFormatting=new Formatting();

  document.ReplaceText("«bbbb»", "bbbaaaaaaaaaaa",

  false, RegexOptions.Singleline, null, null, MatchFormattingOptions.ExactMatch, true, true);


  document.Save();

}

posted on 2016-10-14 17:56  懒懒的呐喊  阅读(361)  评论(0编辑  收藏  举报