Enum DashStyle
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
ড্যাশ স্টাইল যে ধরনের ড্যাশের সাহায্যে লিনিয়ার জ্যামিতি রেন্ডার করা যায়। এই মানগুলি "অফিস ওপেন XML ফাইল ফর্ম্যাট - ফান্ডামেন্টালস এবং মার্কআপ ল্যাঙ্গুয়েজ রেফারেন্স", ECMA-376 5ম সংস্করণের পার্ট 1 এর 20.1.10.48 অনুচ্ছেদে বর্ণিত "ST_PresetLineDashVal" সরল প্রকারের উপর ভিত্তি করে।
একটি enum কল করার জন্য, আপনি তার পিতামাতার শ্রেণী, নাম এবং সম্পত্তি কল করুন। উদাহরণস্বরূপ, SlidesApp.DashStyle.DOT
।
বৈশিষ্ট্য
সম্পত্তি | টাইপ | বর্ণনা |
---|
UNSUPPORTED | Enum | একটি ড্যাশ শৈলী যা সমর্থিত নয়। |
SOLID | Enum | কঠিন লাইন। ECMA-376 ST_PresetLineDashVal মান 'সলিড'-এর সাথে মিলে যায়। এটি ডিফল্ট ড্যাশ শৈলী। |
DOT | Enum | বিন্দুযুক্ত লাইন। ECMA-376 ST_PresetLineDashVal মান 'ডট'-এর সাথে মিলে যায়। |
DASH | Enum | ড্যাশড লাইন। ECMA-376 ST_PresetLineDashVal মান 'ড্যাশ'-এর সাথে মিলে যায়। |
DASH_DOT | Enum | পর্যায়ক্রমে ড্যাশ এবং বিন্দু। ECMA-376 ST_PresetLineDashVal মান 'dashDot'-এর সাথে মিলে যায়। |
LONG_DASH | Enum | বড় ড্যাশ সহ লাইন। ECMA-376 ST_PresetLineDashVal মান 'lgDash'-এর সাথে মিলে যায়। |
LONG_DASH_DOT | Enum | বড় ড্যাশ এবং বিন্দু পর্যায়ক্রমে. ECMA-376 ST_PresetLineDashVal মান 'lgDashDot'-এর সাথে মিলে যায়। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\u003eDashStyle\u003c/code\u003e defines the different types of dashes used for rendering lines in presentations, based on the ECMA-376 standard.\u003c/p\u003e\n"],["\u003cp\u003eYou can access these dash styles using the format \u003ccode\u003eSlidesApp.DashStyle.PROPERTY\u003c/code\u003e, replacing \u003ccode\u003ePROPERTY\u003c/code\u003e with the desired style like \u003ccode\u003eDOT\u003c/code\u003e or \u003ccode\u003eDASH\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAvailable dash styles include solid, dotted, dashed, dash-dot, long dash, and long dash-dot, along with a default \u003ccode\u003eSOLID\u003c/code\u003e and an \u003ccode\u003eUNSUPPORTED\u003c/code\u003e style.\u003c/p\u003e\n"],["\u003cp\u003eEach dash style corresponds to a specific ECMA-376 \u003ccode\u003eST_PresetLineDashVal\u003c/code\u003e value for interoperability with other applications.\u003c/p\u003e\n"]]],["`DashStyle` defines the types of dashes for rendering linear geometry, based on the ECMA-376 standard. It provides properties to represent different line styles, including `UNSUPPORTED`, `SOLID` (default), `DOT`, `DASH`, `DASH_DOT`, `LONG_DASH`, and `LONG_DASH_DOT`. Each property corresponds to a specific `ST_PresetLineDashVal` value. To use an enum, refer to its parent class, name, and property (e.g., `SlidesApp.DashStyle.DOT`).\n"],null,["# Enum DashStyle\n\nDashStyle\n\nThe kinds of dashes with which linear geometry can be rendered. These values are based on the\n\"ST_PresetLineDashVal\" simple type described in section 20.1.10.48 of \"Office Open XML File\nFormats - 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.DashStyle.DOT`. \n\n### Properties\n\n| Property | Type | Description |\n|-----------------|--------|---------------------------------------------------------------------------------------------------------|\n| `UNSUPPORTED` | `Enum` | A dash style that is not supported. |\n| `SOLID` | `Enum` | Solid line. Corresponds to ECMA-376 ST_PresetLineDashVal value 'solid'. This is the default dash style. |\n| `DOT` | `Enum` | Dotted line. Corresponds to ECMA-376 ST_PresetLineDashVal value 'dot'. |\n| `DASH` | `Enum` | Dashed line. Corresponds to ECMA-376 ST_PresetLineDashVal value 'dash'. |\n| `DASH_DOT` | `Enum` | Alternating dashes and dots. Corresponds to ECMA-376 ST_PresetLineDashVal value 'dashDot'. |\n| `LONG_DASH` | `Enum` | Line with large dashes. Corresponds to ECMA-376 ST_PresetLineDashVal value 'lgDash'. |\n| `LONG_DASH_DOT` | `Enum` | Alternating large dashes and dots. Corresponds to ECMA-376 ST_PresetLineDashVal value 'lgDashDot'. |"]]