Cấu trúc của bản trình bày
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Hướng dẫn này cho bạn biết về các loại dữ liệu tạo nên một bản trình bày trên Google Trang trình bày. Để biết thêm thông tin chi tiết về các trang, phần tử trang và thuộc tính của chúng, hãy xem phần tương ứng trong tài liệu về Google Slides API.
Một Presentation
Google Trang trình bày bao gồm các trang.
Một Page
có thể có một hoặc nhiều phần tử trang.

Loại trang
Một bản trình bày có thể chứa nhiều loại trang.
Page
có thể là một trong những loại sau:
Loại trang |
Mô tả |
Slide |
Các trang mà người dùng nhìn thấy và lật qua lại khi bản trình bày được hiển thị trên màn hình. |
Master |
Chứa các phần giữ chỗ thiết lập kiểu văn bản mặc định, cũng như nền và các hình dạng khác tạo nên nền mặc định cho tất cả các trang trình bày dựa trên trang trình bày chính đó. |
Layout |
Xác định cách sắp xếp nội dung trên từng loại trang trình bày. |
NotesPage |
Dùng cho ghi chú của người thuyết trình. |
NotesMasters |
Dùng cho ghi chú của người thuyết trình. |
Loại phần tử trang
Mỗi PageElement
trên một trang có thể là một trong các loại sau:
Loại phần tử trang |
Mô tả |
Shape |
Một đối tượng trực quan đơn giản, chẳng hạn như hình chữ nhật, hình elip và hộp văn bản. Hình dạng có thể chứa văn bản, vì vậy đây là những phần tử trang phổ biến nhất để tạo trang trình bày. |
Line |
Đường thẳng, đường cong hoặc đường kết nối trực quan. |
Image |
Một hình ảnh được nhập vào Trang trình bày. |
SheetsChart |
Biểu đồ được nhập vào Trang trình bày từ Google Trang tính. |
Video |
Video được nhập vào Trang trình bày. |
Table |
Lưới nội dung. |
WordArt |
Một phần tử văn bản trực quan hoạt động giống như một hình dạng. |
Group |
Một nhóm các phần tử trên trang được coi là một đơn vị riêng lẻ. Bạn có thể di chuyển, điều chỉnh tỷ lệ và xoay các đối tượng này cùng nhau. |
Bạn có thể sửa đổi giao diện trực quan của một số phần tử trên trang bằng cách thay đổi màu nền, đường viền và văn bản của các phần tử đó. Bạn cũng có thể thay đổi kích thước và vị trí của một phần tử trên trang.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-08-31 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-08-31 UTC."],[[["\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)."]]