Enum ArrowStyle
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
ऐरोस्टाइल
शुरू और खत्म होने के ऐसे फ़ॉर्म जिनसे लीनियर ज्यामिति को रेंडर किया जा सकता है.
कुछ वैल्यू, "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' के बराबर है. |
OPEN_ARROW | Enum | हॉलो ऐरो. |
OPEN_CIRCLE | Enum | खाली सर्कल. |
OPEN_SQUARE | Enum | खाली स्क्वेयर. |
OPEN_DIAMOND | Enum | खोखला डायमंड. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-08-04 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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,["# Enum ArrowStyle\n\nArrowStyle\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\n### Properties\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. |"]]