瀏覽代碼

Fix for ReplaceText not checking for return char. Fix provided by gianx10. Thank you

master
MadBoy_cp 10 年之前
父節點
當前提交
24dd8ee25d
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      DocX/HelperFunctions.cs

+ 1
- 0
DocX/HelperFunctions.cs 查看文件

@@ -566,6 +566,7 @@ namespace Novacode
}
newRuns.Add(new XElement(DocX.w + "r", rPr, tabRun));
break;
case '\r':
case '\n':
if (sb.Length > 0)
{

Loading…
取消
儲存