修复tables.add报错问题
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user