Enum PlaceholderType
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
प्लेसहोल्डरटाइप
प्लेसहोल्डर टाइप. इनमें से कई प्लेसहोल्डर टाइप, ECMA-376 स्टैंडर्ड के प्लेसहोल्डर आईडी से मेल खाते हैं. उन आकारों के बारे में ज़्यादा जानकारी, "Office Open XML फ़ाइल फ़ॉर्मैट - बुनियादी बातें और मार्कअप भाषा के रेफ़रंस" के सेक्शन 19.7.10 में "ST_PlaceholderType" टाइप के ब्यौरे में मिल सकती है. यह जानकारी, ECMA-376 के पांचवें संस्करण के पहले हिस्से में दी गई है.
किसी एनम को कॉल करने के लिए, उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल किया जाता है. उदाहरण के लिए,
SlidesApp.PlaceholderType.BODY
.
प्रॉपर्टी
प्रॉपर्टी | टाइप | ब्यौरा |
UNSUPPORTED | Enum | ऐसा प्लेसहोल्डर टाइप जो काम नहीं करता. |
NONE | Enum | यह प्लेसहोल्डर नहीं है. |
BODY | Enum | मुख्य हिस्सा. |
CHART | Enum | चार्ट या ग्राफ़. |
CLIP_ART | Enum | क्लिप आर्ट इमेज. |
CENTERED_TITLE | Enum | टाइटल बीच में हो. |
DIAGRAM | Enum | डायग्राम. |
DATE_AND_TIME | Enum | तारीख और समय. |
FOOTER | Enum | फ़ुटर टेक्स्ट. |
HEADER | Enum | हेडर टेक्स्ट. |
MEDIA | Enum | मल्टीमीडिया. |
OBJECT | Enum | किसी भी तरह का कॉन्टेंट. |
PICTURE | Enum | तस्वीर. |
SLIDE_NUMBER | Enum | स्लाइड की संख्या. |
SUBTITLE | Enum | सबटाइटल. |
TABLE | Enum | टेबल पर क्लिक करें. |
TITLE | Enum | स्लाइड का टाइटल. |
SLIDE_IMAGE | Enum | स्लाइड की इमेज. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003ePlaceholderType is used to specify the type of content a placeholder in Google Slides can hold, like text, images, or charts.\u003c/p\u003e\n"],["\u003cp\u003eThese types are based on the ECMA-376 standard for Office Open XML file formats, with more details available in the standard's documentation.\u003c/p\u003e\n"],["\u003cp\u003eTo use a PlaceholderType, refer to its parent class (SlidesApp), name (PlaceholderType), and specific property (e.g., BODY for body text).\u003c/p\u003e\n"],["\u003cp\u003eA comprehensive list of PlaceholderTypes is provided, including common types like TITLE, BODY, CHART, and more specific ones like DATE_AND_TIME or SLIDE_NUMBER.\u003c/p\u003e\n"],["\u003cp\u003eIf a placeholder type isn't recognized, it falls under the UNSUPPORTED or NONE types.\u003c/p\u003e\n"]]],["Placeholder types, corresponding to ECMA-376 standard IDs, are accessed via `SlidesApp.PlaceholderType.PROPERTY`. Key types include: `UNSUPPORTED`, `NONE`, `BODY` (text), `CHART`, `CLIP_ART`, `CENTERED_TITLE`, `DIAGRAM`, `DATE_AND_TIME`, `FOOTER`, `HEADER`, `MEDIA`, `OBJECT`, `PICTURE`, `SLIDE_NUMBER`, `SUBTITLE`, `TABLE`, `TITLE`, and `SLIDE_IMAGE`. Each represents a specific content category, like text, visuals, or metadata, within a slide. Refer to the standard for more shape details.\n"],null,["# Enum PlaceholderType\n\nPlaceholderType\n\nThe placeholder types. Many of these placeholder types correspond to placeholder IDs from the\nECMA-376 standard. More information on those shapes can be found in the description of the\n\"ST_PlaceholderType\" type in section 19.7.10 of \"Office Open XML File Formats - Fundamentals and\nMarkup Language Reference\", part 1 of [ECMA-376 5th\nedition](https://ecma-international.org/publications-and-standards/standards/ecma-376/).\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSlidesApp.PlaceholderType.BODY`. \n\n### Properties\n\n| Property | Type | Description |\n|------------------|--------|-------------------------------------------|\n| `UNSUPPORTED` | `Enum` | A placeholder type that is not supported. |\n| `NONE` | `Enum` | Not a Placeholder. |\n| `BODY` | `Enum` | Body text. |\n| `CHART` | `Enum` | Chart or graph. |\n| `CLIP_ART` | `Enum` | Clip art image. |\n| `CENTERED_TITLE` | `Enum` | Title centered. |\n| `DIAGRAM` | `Enum` | Diagram. |\n| `DATE_AND_TIME` | `Enum` | Date and time. |\n| `FOOTER` | `Enum` | Footer text. |\n| `HEADER` | `Enum` | Header text. |\n| `MEDIA` | `Enum` | Multimedia. |\n| `OBJECT` | `Enum` | Any content type. |\n| `PICTURE` | `Enum` | Picture. |\n| `SLIDE_NUMBER` | `Enum` | Number of a slide. |\n| `SUBTITLE` | `Enum` | Subtitle. |\n| `TABLE` | `Enum` | Table. |\n| `TITLE` | `Enum` | Slide title. |\n| `SLIDE_IMAGE` | `Enum` | Slide image. |"]]