簡報架構
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
本指南說明構成 Google 簡報的資料類型。如要進一步瞭解頁面、頁面元素及其屬性,請參閱 Google 簡報 API 說明文件的對應章節。
Google 簡報 Presentation
由多個頁面組成。
Page
可以有一或多個網頁元素。

網頁類型
簡報可包含多種不同類型的頁面。
Page
可以是下列其中一種類型:
頁面元素類型
網頁上的每個 PageElement
可以是下列其中一種:
您可以變更部分網頁元素的填滿、邊框和文字,修改這些元素的外觀。您也可以變更頁面元素的大小和位置。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-08-31 (世界標準時間)。
[null,null,["上次更新時間:2025-08-31 (世界標準時間)。"],[[["\u003cp\u003eThis guide explains the structure of Google Slides presentations, including the different types of pages and elements that compose them.\u003c/p\u003e\n"],["\u003cp\u003eGoogle Slides presentations are built upon pages, which can be slides, masters, layouts, or notes pages.\u003c/p\u003e\n"],["\u003cp\u003ePages contain elements such as shapes, lines, images, charts, videos, tables, word art, and groups, each serving a specific visual purpose.\u003c/p\u003e\n"],["\u003cp\u003eYou can modify the appearance of page elements by adjusting their fill, border, text, size, and position using the Google Slides API.\u003c/p\u003e\n"]]],[],null,["# Structure of a presentation\n\nThis guide tells you about the data types that make up a Google Slides\npresentation. For additional detail on pages, page elements, and their\nproperties, see the corresponding section of the [Google Slides API\ndocumentation](/slides/concepts/page-elements).\n\nA Google Slides [`Presentation`](/apps-script/reference/slides/presentation) is composed of pages.\nA [`Page`](/apps-script/reference/slides/page) can have one or more page elements.\n\nPage types\n----------\n\nThere are various different types of pages that a presentation can contain.\nA [`Page`](/apps-script/reference/slides/page) can be one of the following types:\n\n| Page type | Description |\n|--------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [`Slide`](/apps-script/reference/slides/slide) | The pages that users see and flip between when the presentation is rendered on a screen. |\n| [`Master`](/apps-script/reference/slides/master) | Contains placeholders that establish default text styles, as well as background and other shapes that make up the default background for all slides based on that master. |\n| [`Layout`](/apps-script/reference/slides/layout) | Determines how content is arranged on each type of slide. |\n| [`NotesPage`](/apps-script/reference/slides/notes-page) | Used for speaker's notes. |\n| [`NotesMasters`](/apps-script/reference/slides/notes-master) | Used for speaker's notes. |\n\nPage element types\n------------------\n\nEach [`PageElement`](/apps-script/reference/slides/page-element) on a page can\nbe one of the following types:\n\n| Page element type | Description |\n|-------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [`Shape`](/apps-script/reference/slides/shape) | A plain visual object, such as rectangles, ellipses, and text boxes. Shapes can contain text, so they are the most common page elements to build slides. |\n| [`Line`](/apps-script/reference/slides/line) | A visual line, curve, or connector. |\n| [`Image`](/apps-script/reference/slides/image) | A graphic imported into Slides. |\n| [`SheetsChart`](/apps-script/reference/slides/sheets-chart) | A chart imported into Slides from Google Sheets. |\n| [`Video`](/apps-script/reference/slides/video) | A video imported into Slides. |\n| [`Table`](/apps-script/reference/slides/table) | A grid of content. |\n| [`WordArt`](/apps-script/reference/slides/word-art) | A visual text element that behaves more like a shape. |\n| [`Group`](/apps-script/reference/slides/group) | A set of page elements that are treated as an individual unit. They can be moved, scaled, and rotated together. |\n\nThe visual appearance of some page elements can be modified by changing their [fill](/apps-script/reference/slides/fill), [border](/apps-script/reference/slides/border), and [text](/apps-script/reference/slides/text-range). You can also change a page element's [size and position](/apps-script/guides/slides/moving-elements)."]]