修复tables.add报错问题

This commit is contained in:
csh 2024-02-28 14:35:59 +08:00
parent 1f7d5f403b
commit 649d7d868a
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ Begin
return table;
end
paragraph := self.InsertNewParagraph();
paragraph := self.AddParagraph();
node := paragraph.Object().Root();
data := nils(numRows, numColumns);
ttable := docx_.CreateTable(data);