ساختار یک ارائه
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
این راهنما در مورد انواع داده هایی که یک ارائه Google Slides را تشکیل می دهند به شما می گوید. برای جزئیات بیشتر در مورد صفحات، عناصر صفحه و ویژگی های آنها، به بخش مربوطه از اسناد Google Slides API مراجعه کنید.
Presentation
اسلایدهای Google از صفحات تشکیل شده است. یک Page
می تواند یک یا چند عنصر صفحه داشته باشد.

انواع صفحه
انواع مختلفی از صفحات وجود دارد که یک ارائه می تواند شامل شود. یک Page
می تواند یکی از انواع زیر باشد:
نوع صفحه | توضیحات |
---|
Slide | صفحاتی که کاربران می بینند و وقتی ارائه بر روی صفحه نمایش داده می شود، بین آنها ورق می زنند. |
Master | حاوی متغیرهایی است که سبکهای متن پیشفرض را ایجاد میکنند، همچنین پسزمینه و اشکال دیگری که پسزمینه پیشفرض همه اسلایدها را بر اساس آن استاد تشکیل میدهند. |
Layout | نحوه چیدمان محتوا در هر نوع اسلاید را تعیین می کند. |
NotesPage | برای یادداشت های گوینده استفاده می شود. |
NotesMasters | برای یادداشت های گوینده استفاده می شود. |
انواع عناصر صفحه
هر PageElement
در یک صفحه می تواند یکی از انواع زیر باشد:
نوع عنصر صفحه | توضیحات |
---|
Shape | یک شیء بصری ساده، مانند مستطیل، بیضی، و جعبه متن. اشکال می توانند حاوی متن باشند، بنابراین رایج ترین عناصر صفحه برای ساخت اسلایدها هستند. |
Line | یک خط بصری، منحنی، یا رابط. |
Image | یک گرافیک وارد شده به اسلایدها. |
SheetsChart | نموداری که از Google Sheets به اسلایدها وارد شده است. |
Video | یک ویدیو وارد شده به اسلایدها. |
Table | شبکه ای از محتوا. |
WordArt | یک عنصر متن بصری که بیشتر شبیه یک شکل عمل می کند. |
Group | مجموعه ای از عناصر صفحه که به عنوان یک واحد در نظر گرفته می شوند. آنها را می توان با هم جابجا کرد، مقیاس کرد و چرخاند. |
ظاهر بصری برخی از عناصر صفحه را می توان با تغییر پر ، حاشیه و متن آنها تغییر داد. همچنین می توانید اندازه و موقعیت یک عنصر صفحه را تغییر دهید.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-08-29 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-08-29 بهوقت ساعت هماهنگ جهانی."],[[["\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)."]]