v1.6.6-patch1
This commit is contained in:
parent
fb22cf9b0a
commit
92257c380f
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue