Google 簡報 API 影片庫
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
以下影片將說明一些概念,協助您在應用程式中使用 Google 簡報 API。每部影片通常會逐步介紹簡短的範例應用程式,讓您快速開始嘗試特定 API 功能。
取代文字和圖片
建立可用於產生數百個自訂投影片的幻燈片範本時,學習如何取代文字和圖片預留位置是一項重要技能。
(執行時間:5:18)
這項功能也說明在「Google Slides API 簡介」一文中。
新增文字和圖形
使用 Google 簡報 API 的開發人員必須具備的其中一項重要技能,就是能夠在簡報中加入文字。這部影片將說明如何執行這項操作,以及如何在投影片中加入形狀。為求完整性,觀眾還會學到如何將文字加入圖形。
(播放時間:6:32)
這項功能也說明在「使用 Google 簡報 API 新增文字和圖形」一文中。
設定文字格式和樣式
簡報通常以圖片為主,文字較少,因此你使用的文字就顯得更重要。這部影片將說明如何變更簡報中文字的樣式和格式。
(播放時間:7:19)
這項功能也說明在「使用 Google Slides API 設定文字格式」一文中。
根據試算表資料產生 Google 簡報
使用 Google 簡報 API 的其中一個用途,就是讓試算表中的資料更具視覺吸引力。這部影片將說明如何將試算表中的圖表匯入簡報,以及如何將試算表中的儲存格資料複製到 Google 簡報表格中。
(播放時間:7:40)
這項功能也說明在「從試算表資料產生投影片」一文中。
從圖片產生 Google 簡報
Apps Script 中的 幻燈片服務是 Slides (REST) API 的替代方案。在許多情況下,這可能更適合您的專案,可提供更高層級的 Google 簡報程式輔助存取權。我們會在不到 5 分鐘的時間內,說明如何使用 Apps Script 的客製化 JavaScript 環境,建立簡短範例,從一組圖片建立幻燈片。熟悉 Apps Script 後,您可以盡情發揮想像力,發掘更多應用情境!(注意:如有需要,您也可以透過 幻燈片進階服務,從 Apps Script 存取幻燈片 API)。
(播放時間:4:49)
這項功能也曾在 「從圖片產生 Google 簡報」一文中介紹過。
使用 Google 簡報外掛程式製作進度 (長條圖)
Google 簡報沒有進度列。這對講者和觀眾來說,不也是一項實用的功能嗎?在這部影片中,開發人員將瞭解如何使用 簡報服務建立外掛程式,進而實作簡單的進度列。使用者可透過這個外掛程式,在簡報中啟用或隱藏進度列。您可以在說明文件中找到此外掛程式的程式碼和完整說明,做為快速入門範例。
(播放時間:4:12)
這項功能也說明在「使用簡報外掛程式製作進度 (長條圖)」一文中。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[],[],null,["# Google Slides API Video Library\n\nThe following videos explain concepts that help you to use the Google Slides API\nfor your applications. Each video generally walks through a short sample app to\ngive you a jump start in trying specific API features.\n\nReplacing text \\& images\n------------------------\n\nWhen creating a slide template from which you can generate hundreds of custom\ndecks, learning how to replace text \\& image placeholders is a key skill.\n\n(Running time: 5:18)\n\nThis feature is also described in the blog post [\"Introducing the Google\nSlides API\"](https://cloud.google.com/blog/products/application-development/introducing-google-slides-api).\n\nAdding text \\& shapes\n---------------------\n\nOne of the key skills for developers using the Slides API is the ability to add\ntext to presentations. This video shows you how to do that as well as how to add\nshapes to slides. For completeness, viewers will also learn how to add text\n*into* shapes.\n\n(Running time: 6:32)\n\nThis feature is also described in the blog post [\"Adding text and shapes\nwith the Google Slides API\"](https://developers.googleblog.com/2017/02/adding-text-and-shapes-with-google.html).\n\nFormatting \\& styling text\n--------------------------\n\nPresentations are generally about images and having less text, making any text\nyou *do* have more important. This video shows you how to change the styling and\nformatting of text in presentations.\n\n(Running time: 7:19)\n\nThis feature is also described in the blog post [\"Formatting text with\nthe Google Slides API\"](https://developers.googleblog.com/2016/12/formatting-text-with-the-google-slides-api.html).\n\nGenerating Google Slides from spreadsheet data\n----------------------------------------------\n\nOne use case of the Slides API is to make data in spreadsheets more visually\nappealing. This video shows you how to import charts from a Sheet into a\npresentation, as well as how to copy cell data from a Sheet into a Slides table.\n\n(Running time: 7:40)\n\nThis feature is also described in the blog post [\"Generating slides from\nspreadsheet data\"](https://developers.googleblog.com/2016/11/generating-slides-from-spreadsheet-data.html).\n\nGenerating Google Slides from images\n------------------------------------\n\nThe [Slides Service](/apps-script/guides/slides) in Apps Script is an\nalternative to the Slides (REST) API. In many cases, it may be a better fit for\nyour project, providing a higher-level of programmatic access to Google Slides.\nIn less than 5 minutes, we show you how to use Apps Script's customized\nJavaScript environment to build a short example that creates slide shows from a\nset of images. Once you become familiar with Apps Script, let your imagination\nrun wild with what you can do with it! (NOTE: If desired, you can also access\nthe Slides API from Apps Script via the [Slides Advanced\nService](/apps-script/advanced/slides).)\n\n(Running time: 4:49)\n\nThis feature is also described in the blog post\n[\"Generating Google Slides from images\"](https://workspace.google.com/blog/developers-practitioners/generating-google-slides-from-images).\n\nMaking progress (bars) with Slides add-ons\n------------------------------------------\n\nGoogle Slides doesn't have progress bars. Wouldn't this be a useful feature for\nboth presenters as well as audiences? In this video, developers learn how to\nimplement simple progress bars by using the [Slides\nService](/apps-script/guides/slides) to create an [add-on](/apps-script/add-ons).\nWith this add-on, users can enable or hide progress bars in their presentations.\nThe code and a full description of this add-on can be found in the documentation\nas a [Quickstart example](/apps-script/guides/slides/samples/progress-bar).\n\n(Running time: 4:12)\n\nThis feature is also described in the blog post\n[\"Making progress (bars) with Slides add-ons\"](https://developers.googleblog.com/en/making-progress-bars-with-slides-add-ons/)."]]