v1.1.6-patch2
This commit is contained in:
parent
186287db1c
commit
b9955b3b05
|
|
@ -823,7 +823,7 @@ Begin
|
||||||
|
|
||||||
//添加段落
|
//添加段落
|
||||||
p := TOfficeObj('TParagraph');
|
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.FirstLineIndent := 220; //指定段落第一行缩进的相对差异的值
|
||||||
p.Format.LeftIndent := 440;//段落左边距
|
p.Format.LeftIndent := 440;//段落左边距
|
||||||
p.Font.Name := '宋体';
|
p.Font.Name := '宋体';
|
||||||
|
|
@ -1164,4 +1164,4 @@ Begin
|
||||||
if f[1] = '/' then
|
if f[1] = '/' then
|
||||||
f := ReplaceStr(f, '\\', '/');
|
f := ReplaceStr(f, '\\', '/');
|
||||||
return f;
|
return f;
|
||||||
End;
|
End;
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue