v1.6.6-patch1

This commit is contained in:
csh 2024-03-14 14:09:55 +08:00
parent fb22cf9b0a
commit 92257c380f
1 changed files with 8304 additions and 8302 deletions

View File

@ -13363,7 +13363,9 @@ Type TDocumentBody = Class(DocObject)
p := new TParagraph();
p.pPr.NewChildNode( array("field":"", "name":"w:sectPr", "obj":section, "attrEx":"", "nodeType":"") );
p := AddParagraph(p, posOpt, '');//段落对象
return new TDocSection(p.node_.FirstChildElement('w:pPr').FirstChildElement('w:sectPr'), -2, zipfile_);
sec := new TDocSection(p.node_, -2, zipfile_);
sec.NodeUri := 'w:pPr/w:sectPr';
return sec;
End;
Function ExecInnerTSL(docx);