Enum ItemType
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
सामान का टाइप
फ़ॉर्म आइटम के इस्तेमाल किए जा सकने वाले टाइप दिखाने वाला एक क्रम. आइटम टाइप को FormApp.ItemType
से ऐक्सेस किया जा सकता है.
किसी एनम को कॉल करने के लिए, उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल किया जाता है. उदाहरण के लिए,
FormApp.ItemType.CHECKBOX
.
// Open a form by ID and add a new section header.
const form = FormApp.create('Form Name');
const item = form.addSectionHeaderItem();
item.setTitle('Title of new section');
// Check the item type.
if (item.getType() === FormApp.ItemType.SECTION_HEADER) {
item.setHelpText('Description of new section.');
}
प्रॉपर्टी
प्रॉपर्टी | टाइप | ब्यौरा |
CHECKBOX | Enum | सवाल का ऐसा आइटम जिसकी मदद से, जवाब देने वाला व्यक्ति एक या उससे ज़्यादा चेकबॉक्स चुन सकता है. साथ ही, वह वैकल्पिक "अन्य" फ़ील्ड भी चुन सकता है. |
CHECKBOX_GRID | Enum | सवाल का एक आइटम, जो कॉलम और पंक्तियों के ग्रिड के तौर पर दिखाया जाता है. इससे जवाब देने वाले व्यक्ति को, चेकबॉक्स के क्रम से हर पंक्ति में कई विकल्प चुनने की सुविधा मिलती है. |
DATE | Enum | सवाल का ऐसा आइटम जिससे जवाब देने वाले व्यक्ति को तारीख बताने की सुविधा मिलती है. |
DATETIME | Enum | सवाल का ऐसा आइटम जिसकी मदद से, जवाब देने वाला व्यक्ति तारीख और समय बता सकता है. |
DURATION | Enum | सवाल का ऐसा आइटम जिससे जवाब देने वाले व्यक्ति को समय की जानकारी देने में मदद मिलती है. |
GRID | Enum | सवाल का एक आइटम, जो कॉलम और पंक्तियों के ग्रिड के तौर पर दिखाया जाता है. इससे जवाब देने वाले व्यक्ति को रेडियो बटन के क्रम से, हर पंक्ति में एक विकल्प चुनने की सुविधा मिलती है. |
IMAGE | Enum | इमेज दिखाने वाला लेआउट आइटम. |
LIST | Enum | सवाल का ऐसा आइटम जिसमें जवाब देने वाले व्यक्ति को ड्रॉप-डाउन सूची से कोई एक विकल्प चुनने की सुविधा मिलती है. |
MULTIPLE_CHOICE | Enum | सवाल का ऐसा आइटम जिसकी मदद से, जवाब देने वाला व्यक्ति रेडियो बटन की सूची में से एक विकल्प चुन सकता है या वैकल्पिक "अन्य" फ़ील्ड का इस्तेमाल कर सकता है. |
PAGE_BREAK | Enum | लेआउट आइटम, जो किसी पेज की शुरुआत को मार्क करता है. |
PARAGRAPH_TEXT | Enum | सवाल का ऐसा आइटम जिसकी मदद से, जवाब देने वाला व्यक्ति टेक्स्ट का ब्लॉक डाल सकता है. |
RATING | Enum | सवाल का ऐसा आइटम जिसकी मदद से, जवाब देने वाला व्यक्ति रेटिंग दे सकता है. |
SCALE | Enum | सवाल का ऐसा आइटम जिसकी मदद से, जवाब देने वाला व्यक्ति रेडियो बटन के नंबर वाले क्रम में से कोई एक विकल्प चुन सकता है. |
SECTION_HEADER | Enum | लेआउट आइटम, जो किसी सेक्शन की शुरुआत को विज़ुअल तौर पर दिखाता है. |
TEXT | Enum | सवाल का ऐसा आइटम जिसमें जवाब देने वाला व्यक्ति, टेक्स्ट की एक लाइन डाल सकता है. |
TIME | Enum | सवाल का ऐसा आइटम जिसकी मदद से, जवाब देने वाला व्यक्ति दिन का समय बता सकता है. |
VIDEO | Enum | YouTube वीडियो दिखाने वाला लेआउट आइटम. |
FILE_UPLOAD | Enum | सवाल का ऐसा आइटम जिसकी मदद से, जवाब देने वाला व्यक्ति कोई फ़ाइल अपलोड कर सकता है. |
UNSUPPORTED | 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\u003e\u003ccode\u003eItemType\u003c/code\u003e is an enum representing the types of items you can add to a Google Form, such as questions, images, and page breaks.\u003c/p\u003e\n"],["\u003cp\u003eYou can access \u003ccode\u003eItemType\u003c/code\u003e properties like \u003ccode\u003eCHECKBOX\u003c/code\u003e, \u003ccode\u003eTEXT\u003c/code\u003e, and \u003ccode\u003ePAGE_BREAK\u003c/code\u003e using \u003ccode\u003eFormApp.ItemType\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eEach \u003ccode\u003eItemType\u003c/code\u003e property represents a different kind of form element you can add and manipulate using Apps Script.\u003c/p\u003e\n"],["\u003cp\u003eUse \u003ccode\u003eitem.getType()\u003c/code\u003e to determine the type of an existing item in your form and adjust its properties accordingly.\u003c/p\u003e\n"]]],[],null,["# Enum ItemType\n\nItemType\n\nAn enum representing the supported types of form items. Item types can be accessed from [FormApp.ItemType](/apps-script/reference/forms/form-app#ItemType).\n\nTo call an enum, you call its parent class, name, and property. For example, `\nFormApp.ItemType.CHECKBOX`.\n\n```javascript\n// Open a form by ID and add a new section header.\nconst form = FormApp.create('Form Name');\nconst item = form.addSectionHeaderItem();\nitem.setTitle('Title of new section');\n\n// Check the item type.\nif (item.getType() === FormApp.ItemType.SECTION_HEADER) {\n item.setHelpText('Description of new section.');\n}\n``` \n\n### Properties\n\n| Property | Type | Description |\n|-------------------|--------|--------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `CHECKBOX` | `Enum` | A question item that allows the respondent to select one or more checkboxes, as well as an optional \"other\" field. |\n| `CHECKBOX_GRID` | `Enum` | A question item, presented as a grid of columns and rows, that allows the respondent to select multiple choices per row from a sequence of checkboxes. |\n| `DATE` | `Enum` | A question item that allows the respondent to indicate a date. |\n| `DATETIME` | `Enum` | A question item that allows the respondent to indicate a date and time. |\n| `DURATION` | `Enum` | A question item that allows the respondent to indicate a length of time. |\n| `GRID` | `Enum` | A question item, presented as a grid of columns and rows, that allows the respondent to select one choice per row from a sequence of radio buttons. |\n| `IMAGE` | `Enum` | A layout item that displays an image. |\n| `LIST` | `Enum` | A question item that allows the respondent to select one choice from a drop-down list. |\n| `MULTIPLE_CHOICE` | `Enum` | A question item that allows the respondent to select one choice from a list of radio buttons or an optional \"other\" field. |\n| `PAGE_BREAK` | `Enum` | A layout item that marks the start of a page. |\n| `PARAGRAPH_TEXT` | `Enum` | A question item that allows the respondent to enter a block of text. |\n| `RATING` | `Enum` | A question item that allows the respondent to give a rating. |\n| `SCALE` | `Enum` | A question item that allows the respondent to choose one option from a numbered sequence of radio buttons. |\n| `SECTION_HEADER` | `Enum` | A layout item that visually indicates the start of a section. |\n| `TEXT` | `Enum` | A question item that allows the respondent to enter a single line of text. |\n| `TIME` | `Enum` | A question item that allows the respondent to indicate a time of day. |\n| `VIDEO` | `Enum` | A layout item that displays a YouTube video. |\n| `FILE_UPLOAD` | `Enum` | A question item that lets the respondent upload a file. |\n| `UNSUPPORTED` | `Enum` | An item that is currently not supported through APIs. |"]]