File tree 2 files changed +13
-3
lines changed
samples/powerpoint/shapes
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ script:
224
224
await context.sync();
225
225
226
226
// 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);
228
228
} else console.log("Selected shape isn't table.");
229
229
} else console.log("No shape selected.");
230
230
});
@@ -248,6 +248,8 @@ script:
248
248
cell.text = generateRandomString();
249
249
}
250
250
}
251
+
252
+ await context.sync();
251
253
});
252
254
}
253
255
Original file line number Diff line number Diff line change 15915
15915
await context.sync();
15916
15916
15917
15917
// 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);
15919
15919
} else console.log("Selected shape isn't table.");
15920
15920
} else console.log("No shape selected.");
15921
15921
});
16408
16408
await context.sync();
16409
16409
16410
16410
// 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);
16412
16412
} else console.log("Selected shape isn't table.");
16413
16413
} else console.log("No shape selected.");
16414
16414
});
17283
17283
cell.text = generateRandomString();
17284
17284
}
17285
17285
}
17286
+
17287
+ await context.sync();
17286
17288
});
17287
17289
'PowerPoint.Table#getCellOrNullObject:member(1)':
17288
17290
- >-
17308
17310
cell.text = generateRandomString();
17309
17311
}
17310
17312
}
17313
+
17314
+ await context.sync();
17311
17315
});
17312
17316
'PowerPoint.TableAddOptions:interface':
17313
17317
- >-
17536
17540
cell.text = generateRandomString();
17537
17541
}
17538
17542
}
17543
+
17544
+ await context.sync();
17539
17545
});
17540
17546
'PowerPoint.TableCell#text:member':
17541
17547
- >-
17561
17567
cell.text = generateRandomString();
17562
17568
}
17563
17569
}
17570
+
17571
+ await context.sync();
17564
17572
});
17565
17573
'PowerPoint.TableCellBorders:interface':
17566
17574
- >-
You can’t perform that action at this time.
0 commit comments