Enum ArrowStyle
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
তীর শৈলী রৈখিক জ্যামিতি রেন্ডার করা যেতে পারে যে ধরনের শুরু এবং শেষ ফর্ম.
কিছু মান ECMA-376 5ম সংস্করণের "অফিস ওপেন XML ফাইল ফরম্যাট - ফান্ডামেন্টালস এবং মার্কআপ ল্যাঙ্গুয়েজ রেফারেন্স" এর 20.1.10.33 অনুচ্ছেদে বর্ণিত "ST_LineEndType" সরল প্রকারের উপর ভিত্তি করে।
একটি enum কল করার জন্য, আপনি তার পিতামাতার শ্রেণী, নাম এবং সম্পত্তি কল করুন। উদাহরণস্বরূপ, SlidesApp.ArrowStyle.FILL_ARROW
।
বৈশিষ্ট্য
সম্পত্তি | টাইপ | বর্ণনা |
---|
UNSUPPORTED | Enum | একটি তীর শৈলী যা সমর্থিত নয়৷ |
NONE | Enum | কোন তীর নেই। |
STEALTH_ARROW | Enum | খাঁজযুক্ত পিছনে তীর। ECMA-376 ST_LineEndType মান 'স্টিলথ'-এর সাথে মিলে যায়। |
FILL_ARROW | Enum | ভরা তীর। ECMA-376 ST_LineEndType মান 'ত্রিভুজ'-এর সাথে মিলে যায়। |
FILL_CIRCLE | Enum | ভরা বৃত্ত। ECMA-376 ST_LineEndType মান 'ওভাল'-এর সাথে মিলে যায়। |
FILL_SQUARE | Enum | ভরা বর্গ। |
FILL_DIAMOND | Enum | ভরা হীরা। ECMA-376 ST_LineEndType মান 'হীরা'-এর সাথে মিলে যায়। |
OPEN_ARROW | Enum | ফাঁপা তীর। |
OPEN_CIRCLE | Enum | ফাঁপা বৃত্ত। |
OPEN_SQUARE | Enum | ফাঁপা বর্গক্ষেত্র। |
OPEN_DIAMOND | Enum | ফাঁপা হীরা। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
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. |"]]