संग्रह की मदद से व्यवस्थित रहें अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
पहले से तयलेआउट
पहले से तय किए गए लेआउट. ये लेआउट, प्रज़ेंटेशन में आम तौर पर दिखते हैं. हालांकि, इस बात की कोई गारंटी नहीं है कि ये लेआउट मौजूदा मास्टर में मौजूद हैं. ऐसा इसलिए, क्योंकि इन्हें मिटाया जा सकता है या ये इस्तेमाल की गई थीम का हिस्सा नहीं हो सकते. इसके अलावा, हो सकता है कि हर लेआउट के प्लेसहोल्डर बदल गए हों.
किसी एनम को कॉल करने के लिए, उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल किया जाता है. उदाहरण के लिए, SlidesApp.PredefinedLayout.BLANK.
प्रॉपर्टी
प्रॉपर्टी
टाइप
ब्यौरा
UNSUPPORTED
Enum
ऐसा लेआउट जो काम नहीं करता.
BLANK
Enum
बिना प्लेसहोल्डर वाला खाली लेआउट.
CAPTION_ONLY
Enum
नीचे कैप्शन वाला लेआउट.
TITLE
Enum
टाइटल और सबटाइटल वाला लेआउट.
TITLE_AND_BODY
Enum
टाइटल और मुख्य हिस्से वाला लेआउट.
TITLE_AND_TWO_COLUMNS
Enum
टाइटल और दो कॉलम वाला लेआउट.
TITLE_ONLY
Enum
सिर्फ़ टाइटल वाला लेआउट.
SECTION_HEADER
Enum
सेक्शन के टाइटल वाला लेआउट.
SECTION_TITLE_AND_DESCRIPTION
Enum
एक तरफ़ टाइटल और सबटाइटल और दूसरी तरफ़ ब्यौरा वाला लेआउट.
ONE_COLUMN_TEXT
Enum
एक कॉलम में व्यवस्थित किया गया, एक शीर्षक और एक मुख्य हिस्सा वाला लेआउट.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003ePredefined layouts are standard presentation layouts but may not be available in all master slides or themes.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can access predefined layouts using the syntax \u003ccode\u003eSlidesApp.PredefinedLayout.[LayoutName]\u003c/code\u003e, such as \u003ccode\u003eSlidesApp.PredefinedLayout.BLANK\u003c/code\u003e for a blank layout.\u003c/p\u003e\n"],["\u003cp\u003eThere are various predefined layouts available, including \u003ccode\u003eBLANK\u003c/code\u003e, \u003ccode\u003eCAPTION_ONLY\u003c/code\u003e, \u003ccode\u003eTITLE\u003c/code\u003e, \u003ccode\u003eTITLE_AND_BODY\u003c/code\u003e, \u003ccode\u003eTITLE_AND_TWO_COLUMNS\u003c/code\u003e, \u003ccode\u003eTITLE_ONLY\u003c/code\u003e, \u003ccode\u003eSECTION_HEADER\u003c/code\u003e, \u003ccode\u003eSECTION_TITLE_AND_DESCRIPTION\u003c/code\u003e, \u003ccode\u003eONE_COLUMN_TEXT\u003c/code\u003e, \u003ccode\u003eMAIN_POINT\u003c/code\u003e, and \u003ccode\u003eBIG_NUMBER\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAlthough predefined, the layout's placeholders may have been modified from their default settings.\u003c/p\u003e\n"]]],["Predefined layouts, common in presentations, may not be available due to deletion or theme changes. Placeholders within layouts can also be modified. Access predefined layouts via their parent class, name, and property (e.g., `SlidesApp.PredefinedLayout.BLANK`). Supported layouts include `BLANK`, `CAPTION_ONLY`, `TITLE`, `TITLE_AND_BODY`, `TITLE_AND_TWO_COLUMNS`, `TITLE_ONLY`, `SECTION_HEADER`, `SECTION_TITLE_AND_DESCRIPTION`, `ONE_COLUMN_TEXT`, `MAIN_POINT`, and `BIG_NUMBER`; `UNSUPPORTED` is also listed.\n"],null,["PredefinedLayout\n\nPredefined layouts. These are commonly found layouts in presentations. However, there is no\nguarantee that these layouts are present in the current master as they could have been deleted or\nnot part of the used theme. Additionally, the placeholders on each layout may have been changed.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSlidesApp.PredefinedLayout.BLANK`. \n\nProperties\n\n| Property | Type | Description |\n|---------------------------------|--------|----------------------------------------------------------------------------|\n| `UNSUPPORTED` | `Enum` | A layout that is not supported. |\n| `BLANK` | `Enum` | Blank layout, with no placeholders. |\n| `CAPTION_ONLY` | `Enum` | Layout with a caption at the bottom. |\n| `TITLE` | `Enum` | Layout with a title and a subtitle. |\n| `TITLE_AND_BODY` | `Enum` | Layout with a title and body. |\n| `TITLE_AND_TWO_COLUMNS` | `Enum` | Layout with a title and two columns. |\n| `TITLE_ONLY` | `Enum` | Layout with only a title. |\n| `SECTION_HEADER` | `Enum` | Layout with a section title. |\n| `SECTION_TITLE_AND_DESCRIPTION` | `Enum` | Layout with a title and subtitle on one side and description on the other. |\n| `ONE_COLUMN_TEXT` | `Enum` | Layout with one title and one body, arranged in a single column. |\n| `MAIN_POINT` | `Enum` | Layout with a main point. |\n| `BIG_NUMBER` | `Enum` | Layout with a big number heading. |"]]