संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
कॉन्टेंटअलाइनमेंट
Shape या TableCell के लिए कॉन्टेंट अलाइनमेंट. सपोर्ट किए गए अलाइनमेंट, ECMA-376 स्टैंडर्ड के पहले से तय किए गए टेक्स्ट ऐंकरिंग टाइप के मुताबिक होते हैं.
किसी enum को कॉल करने के लिए, उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल करें. उदाहरण के लिए,
SlidesApp.ContentAlignment.TOP.
प्रॉपर्टी
प्रॉपर्टी
टाइप
ब्यौरा
UNSUPPORTED
Enum
कॉन्टेंट का ऐसा अलाइनमेंट जिसका इस्तेमाल नहीं किया जा सकता.
TOP
Enum
कॉन्टेंट को कॉन्टेंट होल्डर के सबसे ऊपर अलाइन करता है. यह ECMA-376
ST_TextAnchoringType 't' से मेल खाता है.
MIDDLE
Enum
इससे कॉन्टेंट को कॉन्टेंट होल्डर के बीच में अलाइन किया जाता है. यह ECMA-376
ST_TextAnchoringType 'ctr' के मुताबिक है.
BOTTOM
Enum
इस विकल्प से, कॉन्टेंट को कॉन्टेंट होल्डर के सबसे नीचे अलाइन किया जाता है. यह ECMA-376
ST_TextAnchoringType 'b' के मुताबिक है.
[[["समझने में आसान है","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-08-04 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eContentAlignment refers to how content is positioned within a Shape or TableCell, like top, middle, or bottom.\u003c/p\u003e\n"],["\u003cp\u003eThese alignments are based on standard text anchoring types defined in ECMA-376.\u003c/p\u003e\n"],["\u003cp\u003eYou can use \u003ccode\u003eSlidesApp.ContentAlignment\u003c/code\u003e followed by the specific alignment (e.g., \u003ccode\u003eTOP\u003c/code\u003e, \u003ccode\u003eMIDDLE\u003c/code\u003e) to set the desired positioning in your code.\u003c/p\u003e\n"]]],[],null,[]]