File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
samples/powerpoint/shapes Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ script:
224224 await context.sync();
225225
226226 // Get the Table row and column count.
227- console.log("Table RowCount:" + table.rowCount + " and columnCount: " + table.columnCount);
227+ console.log("Table RowCount: " + table.rowCount + " and columnCount: " + table.columnCount);
228228 } else console.log("Selected shape isn't table.");
229229 } else console.log("No shape selected.");
230230 });
@@ -248,6 +248,8 @@ script:
248248 cell.text = generateRandomString();
249249 }
250250 }
251+
252+ await context.sync();
251253 });
252254 }
253255
Original file line number Diff line number Diff line change 1591515915 await context.sync();
1591615916
1591715917 // Get the Table row and column count.
15918- console.log("Table RowCount:" + table.rowCount + " and columnCount: " + table.columnCount);
15918+ console.log("Table RowCount: " + table.rowCount + " and columnCount: " + table.columnCount);
1591915919 } else console.log("Selected shape isn't table.");
1592015920 } else console.log("No shape selected.");
1592115921 });
1640816408 await context.sync();
1640916409
1641016410 // Get the Table row and column count.
16411- console.log("Table RowCount:" + table.rowCount + " and columnCount: " + table.columnCount);
16411+ console.log("Table RowCount: " + table.rowCount + " and columnCount: " + table.columnCount);
1641216412 } else console.log("Selected shape isn't table.");
1641316413 } else console.log("No shape selected.");
1641416414 });
1728317283 cell.text = generateRandomString();
1728417284 }
1728517285 }
17286+
17287+ await context.sync();
1728617288 });
1728717289'PowerPoint.Table#getCellOrNullObject:member(1)':
1728817290 - >-
1730817310 cell.text = generateRandomString();
1730917311 }
1731017312 }
17313+
17314+ await context.sync();
1731117315 });
1731217316'PowerPoint.TableAddOptions:interface':
1731317317 - >-
1753617540 cell.text = generateRandomString();
1753717541 }
1753817542 }
17543+
17544+ await context.sync();
1753917545 });
1754017546'PowerPoint.TableCell#text:member':
1754117547 - >-
1756117567 cell.text = generateRandomString();
1756217568 }
1756317569 }
17570+
17571+ await context.sync();
1756417572 });
1756517573'PowerPoint.TableCellBorders:interface':
1756617574 - >-
You can’t perform that action at this time.
0 commit comments