Enum PageBackgroundType
पेजबैकग्राउंडटाइप
पेज के बैकग्राउंड के टाइप.
किसी एनम को कॉल करने के लिए, उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल किया जाता है. उदाहरण के लिए,
SlidesApp.PageBackgroundType.SOLID
.
प्रॉपर्टी
प्रॉपर्टी | टाइप | ब्यौरा |
UNSUPPORTED | Enum | पेज का ऐसा बैकग्राउंड टाइप जो काम नहीं करता. |
NONE | Enum | कोई फ़िल नहीं है, इसलिए बैकग्राउंड सफ़ेद रंग में रेंडर होता है. |
SOLID | Enum | एक ही रंग से भरा गया आइकॉन. |
PICTURE | Enum | पेज को भरने के लिए स्ट्रेच की गई तस्वीर. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-12-03 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-12-03 (UTC) को अपडेट किया गया."],[[["`PageBackgroundType` defines the different background options for Google Slides pages."],["The enum includes options for unsupported types, no fill, solid color fills, and picture fills, each with its specific behavior."],["You can reference a specific `PageBackgroundType` using the syntax `SlidesApp.PageBackgroundType.[Property]`."]]],["`PageBackgroundType` defines the different types of page backgrounds available. These include `UNSUPPORTED`, which is for unsupported types, `NONE` for a white background, `SOLID` for a solid color fill, and `PICTURE` for a stretched image. To use a specific type, refer to it as `SlidesApp.PageBackgroundType.PROPERTY`. Each property is an enum and describes a distinct way to style the background of a page.\n"]]