ソースを参照

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)
{

読み込み中…
キャンセル
保存