संग्रह की मदद से व्यवस्थित रहें अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
ऐरोस्टाइल
शुरू और खत्म होने के ऐसे फ़ॉर्म जिनसे लीनियर ज्यामिति को रेंडर किया जा सकता है.
कुछ वैल्यू, "ST_LineEndType" सिंपल टाइप पर आधारित होती हैं. इसके बारे में "Office Open XML File Formats - Fundamentals and Markup Language Reference" के सेक्शन 20.1.10.33 में बताया गया है. यह ECMA-376 के पांचवें वर्शन का पहला हिस्सा है.
किसी enum को कॉल करने के लिए, उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल करें. उदाहरण के लिए, SlidesApp.ArrowStyle.FILL_ARROW.
प्रॉपर्टी
प्रॉपर्टी
टाइप
ब्यौरा
UNSUPPORTED
Enum
ऐसी ऐरो स्टाइल जिसका इस्तेमाल नहीं किया जा सकता.
NONE
Enum
कोई ऐरो नहीं है.
STEALTH_ARROW
Enum
दांतेदार बैक वाला ऐरो. यह ECMA-376 ST_LineEndType वैल्यू 'stealth' के बराबर है.
FILL_ARROW
Enum
भरा हुआ ऐरो. यह ECMA-376 ST_LineEndType वैल्यू 'triangle' से मेल खाती है.
FILL_CIRCLE
Enum
भरा हुआ सर्कल. यह ECMA-376 ST_LineEndType वैल्यू 'oval' से मेल खाता है.
FILL_SQUARE
Enum
भरा हुआ स्क्वेयर.
FILL_DIAMOND
Enum
भरा हुआ डायमंड. यह ECMA-376 ST_LineEndType वैल्यू 'diamond' के बराबर है.
[[["समझने में आसान है","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\u003e\u003ccode\u003eArrowStyle\u003c/code\u003e defines the start and end forms for rendering linear geometry in Google Slides.\u003c/p\u003e\n"],["\u003cp\u003eSeveral arrow styles are based on the ECMA-376 standard for line end types.\u003c/p\u003e\n"],["\u003cp\u003eYou can use properties like \u003ccode\u003eFILL_ARROW\u003c/code\u003e or \u003ccode\u003eOPEN_CIRCLE\u003c/code\u003e to specify the desired arrow style.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eArrowStyle\u003c/code\u003e offers a variety of arrow styles, including filled and hollow shapes, as well as no arrow.\u003c/p\u003e\n"],["\u003cp\u003eTo apply an arrow style, call the enum through its parent class and property, like \u003ccode\u003eSlidesApp.ArrowStyle.FILL_ARROW\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["ArrowStyle\n\nThe kinds of start and end forms with which linear geometry can be rendered.\n\nSome values are based on the \"ST_LineEndType\" simple type described in section 20.1.10.33 of\nof \"Office Open XML File Formats - Fundamentals and Markup 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.ArrowStyle.FILL_ARROW`. \n\nProperties\n\n| Property | Type | Description |\n|-----------------|--------|----------------------------------------------------------------------------------|\n| `UNSUPPORTED` | `Enum` | An arrow style that is not supported. |\n| `NONE` | `Enum` | No arrow. |\n| `STEALTH_ARROW` | `Enum` | Arrow with notched back. Corresponds to ECMA-376 ST_LineEndType value 'stealth'. |\n| `FILL_ARROW` | `Enum` | Filled arrow. Corresponds to ECMA-376 ST_LineEndType value 'triangle'. |\n| `FILL_CIRCLE` | `Enum` | Filled circle. Corresponds to ECMA-376 ST_LineEndType value 'oval'. |\n| `FILL_SQUARE` | `Enum` | Filled square. |\n| `FILL_DIAMOND` | `Enum` | Filled diamond. Corresponds to ECMA-376 ST_LineEndType value 'diamond'. |\n| `OPEN_ARROW` | `Enum` | Hollow arrow. |\n| `OPEN_CIRCLE` | `Enum` | Hollow circle. |\n| `OPEN_SQUARE` | `Enum` | Hollow square. |\n| `OPEN_DIAMOND` | `Enum` | Hollow diamond. |"]]