diff --git a/Demo/wordHelp.tsl b/Demo/wordHelp.tsl index 99de48c..04d8843 100644 --- a/Demo/wordHelp.tsl +++ b/Demo/wordHelp.tsl @@ -823,7 +823,7 @@ Begin //添加段落 p := TOfficeObj('TParagraph'); - p.Run.SetText( '系统提供docx.ExecInnerTSL()接口,用户可以制作自定义的报告模板,参考文档:' + 'funcext\\TSOffice\\template\\template.docx。'); + p.Run.SetText( '系统提供docx.ExecInnerTSL()接口,用户可以制作自定义的报告模板,参考文档:' + 'template.docx。'); p.Format.FirstLineIndent := 220; //指定段落第一行缩进的相对差异的值 p.Format.LeftIndent := 440;//段落左边距 p.Font.Name := '宋体'; @@ -1164,4 +1164,4 @@ Begin if f[1] = '/' then f := ReplaceStr(f, '\\', '/'); return f; -End; \ No newline at end of file +End; diff --git a/DocxFile使用帮助.docx b/DocxFile使用帮助.docx index f9472ef..1dfbe09 100644 Binary files a/DocxFile使用帮助.docx and b/DocxFile使用帮助.docx differ diff --git a/template.docx b/template.docx new file mode 100644 index 0000000..edb83b1 Binary files /dev/null and b/template.docx differ