प्रज़ेंटेशन का स्ट्रक्चर
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
इस गाइड में, Google Slides प्रज़ेंटेशन बनाने के लिए इस्तेमाल किए जाने वाले डेटा टाइप के बारे में बताया गया है. पेजों, पेज एलिमेंट, और उनकी प्रॉपर्टी के बारे में ज़्यादा जानकारी के लिए, Google Slides API के दस्तावेज़ का संबंधित सेक्शन देखें.
Google Slides Presentation
में पेज होते हैं.
किसी Page
में एक या उससे ज़्यादा पेज एलिमेंट हो सकते हैं.

पेज प्रकार
किसी प्रज़ेंटेशन में अलग-अलग तरह के कई पेज हो सकते हैं.
Page
इनमें से किसी एक तरह का हो सकता है:
पेज का टाइप |
ब्यौरा |
Slide |
ये वे पेज होते हैं जो उपयोगकर्ताओं को स्क्रीन पर प्रज़ेंटेशन रेंडर होने पर दिखते हैं और जिनके बीच वे फ़्लिप करते हैं. |
Master |
इसमें ऐसे प्लेसहोल्डर होते हैं जो टेक्स्ट के डिफ़ॉल्ट स्टाइल सेट करते हैं. साथ ही, इसमें बैकग्राउंड और अन्य शेप भी होते हैं. ये शेप, उस मास्टर के आधार पर सभी स्लाइड के लिए डिफ़ॉल्ट बैकग्राउंड बनाते हैं. |
Layout |
इससे यह तय होता है कि हर तरह की स्लाइड पर कॉन्टेंट को कैसे व्यवस्थित किया जाए. |
NotesPage |
इसका इस्तेमाल प्रज़ेंटर के नोट के लिए किया जाता है. |
NotesMasters |
इसका इस्तेमाल प्रज़ेंटर के नोट के लिए किया जाता है. |
पेज एलिमेंट के टाइप
किसी पेज पर मौजूद हर PageElement
, इनमें से किसी एक तरह का हो सकता है:
पेज एलिमेंट का टाइप |
ब्यौरा |
Shape |
सामान्य विज़ुअल ऑब्जेक्ट, जैसे कि आयत, एलिप्स, और टेक्स्ट बॉक्स. आकृतियों में टेक्स्ट शामिल किया जा सकता है. इसलिए, स्लाइड बनाने के लिए ये सबसे आम पेज एलिमेंट होते हैं. |
Line |
विज़ुअल लाइन, कर्व या कनेक्टर. |
Image |
Slides में इंपोर्ट किया गया ग्राफ़िक. |
SheetsChart |
Google Sheets से Slides में इंपोर्ट किया गया चार्ट. |
Video |
Slides में इंपोर्ट किया गया वीडियो. |
Table |
कॉन्टेंट की ग्रिड. |
WordArt |
यह एक विज़ुअल टेक्स्ट एलिमेंट है, जो शेप की तरह काम करता है. |
Group |
पेज एलिमेंट का ऐसा सेट जिसे एक यूनिट के तौर पर माना जाता है. इन्हें एक साथ घुमाया जा सकता है, छोटा-बड़ा किया जा सकता है, और एक जगह से दूसरी जगह ले जाया जा सकता है. |
कुछ पेज एलिमेंट के विज़ुअल में बदलाव किया जा सकता है. इसके लिए, उनके फ़िल, बॉर्डर, और टेक्स्ट में बदलाव करें. आपके पास पेज के किसी एलिमेंट का साइज़ और उसकी जगह बदलने का विकल्प भी होता है.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-08-31 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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)."]]