動画を表示するレイアウト アイテム。アイテムには Form
からアクセスまたは作成できます。
// Open a form by ID and add three new video items, using a long URL, // a short URL, and a video ID. const form = FormApp.openById('1234567890abcdefghijklmnopqrstuvwxyz'); form.addVideoItem() .setTitle('Video Title') .setHelpText('Video Caption') .setVideoUrl('www.youtube.com/watch?v=1234abcdxyz'); form.addVideoItem() .setTitle('Video Title') .setHelpText('Video Caption') .setVideoUrl('youtu.be/1234abcdxyz'); form.addVideoItem() .setTitle('Video Title') .setHelpText('Video Caption') .setVideoUrl('1234abcdxyz');
メソッド
メソッド | 戻り値の型 | 概要 |
---|---|---|
duplicate() | Video | この項目のコピーを作成して、フォームの末尾に追加します。 |
get | Alignment | 動画の水平方向の配置を取得します。 |
get | String | アイテムのヘルプテキストを取得します(Image 、Page 、Section などのレイアウト アイテムの説明テキストとも呼ばれます)。 |
get | Integer | アイテムの一意の識別子を取得します。 |
get | Integer | フォーム内のすべてのアイテムの中で、アイテムのインデックスを取得します。 |
get | String | アイテムのタイトルを取得します(Section の場合はヘッダー テキストと呼ばれることもあります)。 |
get | Item | アイテムのタイプ(Item として表されます)を取得します。 |
get | Integer | 動画の幅(ピクセル単位)を取得します。 |
set | Video | 動画の水平方向の配置を設定します。 |
set | Video | アイテムのヘルプテキスト(Image 、Page 、Section などのレイアウト アイテムの説明テキスト)を設定します。 |
set | Video | アイテムのタイトル(Section の場合はヘッダー テキスト)を設定します。 |
set | Video | 指定された YouTube の URL または YouTube 動画 ID から動画自体を設定します。 |
set | Video | 動画の幅をピクセル単位で設定します。 |
詳細なドキュメント
duplicate()
get Alignment()
get Help Text()
アイテムのヘルプテキストを取得します(Image
、Page
、Section
などのレイアウト アイテムの説明テキストとも呼ばれます)。
戻る
String
- アイテムのヘルプテキストまたは説明文
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
get Id()
アイテムの一意の識別子を取得します。
戻る
Integer
- アイテムの ID
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
get Index()
フォーム内のすべてのアイテムの中で、アイテムのインデックスを取得します。
戻る
Integer
- アイテムのインデックス
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
get Title()
アイテムのタイトルを取得します(Section
の場合はヘッダー テキストと呼ばれることもあります)。
戻る
String
- アイテムのタイトルまたはヘッダー テキスト
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
get Type()
get Width()
動画の幅(ピクセル単位)を取得します。
戻る
Integer
- 幅(ピクセル単位)
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
set Alignment(alignment)
set Help Text(text)
アイテムのヘルプテキスト(Image
、Page
、Section
などのレイアウト アイテムの説明テキスト)を設定します。
パラメータ
名前 | 型 | 説明 |
---|---|---|
text | String | 新しいヘルプテキスト |
戻る
Video
- チェーン用の this Video
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
set Title(title)
アイテムのタイトル(Section
の場合はヘッダー テキスト)を設定します。
パラメータ
名前 | 型 | 説明 |
---|---|---|
title | String | 新しいタイトルまたはヘッダー テキスト |
戻る
Video
- チェーン用の this Video
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms