回答編集履歴
2
コード誤りだったので訂正
test
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
修正しました
|
2
|
+
|
3
|
+
---
|
4
|
+
|
5
|
+
|
6
|
+
|
1
7
|
//作成したGoogle SlidesのURLを開く
|
2
8
|
|
3
9
|
|
@@ -6,7 +12,7 @@
|
|
6
12
|
|
7
13
|
|
8
14
|
|
9
|
-
s
|
15
|
+
presentation.saveAndClose();
|
10
16
|
|
11
17
|
|
12
18
|
|
@@ -14,4 +20,4 @@
|
|
14
20
|
|
15
21
|
|
16
22
|
|
17
|
-
[https://developers.google.com/apps-script/reference/slides/s
|
23
|
+
[https://developers.google.com/apps-script/reference/slides/presentation#saveAndClose()](https://developers.google.com/apps-script/reference/slides/presentation#saveAndClose())
|
1
誤字を修正
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
のに
|
5
|
+
の前に
|
6
6
|
|
7
7
|
|
8
8
|
|