Explorar el Código

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

master
MadBoy_cp hace 10 años
padre
commit
24dd8ee25d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      DocX/HelperFunctions.cs

+ 1
- 0
DocX/HelperFunctions.cs Ver fichero

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

Cargando…
Cancelar
Guardar