修复tables.add报错问题
This commit is contained in:
parent
1f7d5f403b
commit
649d7d868a
|
|
@ -399,7 +399,7 @@ Begin
|
||||||
return table;
|
return table;
|
||||||
end
|
end
|
||||||
|
|
||||||
paragraph := self.InsertNewParagraph();
|
paragraph := self.AddParagraph();
|
||||||
node := paragraph.Object().Root();
|
node := paragraph.Object().Root();
|
||||||
data := nils(numRows, numColumns);
|
data := nils(numRows, numColumns);
|
||||||
ttable := docx_.CreateTable(data);
|
ttable := docx_.CreateTable(data);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue