संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
DashStyle
किस तरह के डैश का इस्तेमाल करके लीनियर ज्यामिति को रेंडर किया जा सकता है. ये वैल्यू "Office Open XML File
फ़ॉर्मैट - Fundamentals और मार्कअप लैंग्वेज रेफ़रंस" के सेक्शन 20.1.10.48 में बताए गए सामान्य "ST_PresetLineDashVal" पर आधारित हैं. यह ECMA-376 के चौथे वर्शन का पहला हिस्सा है.
किसी Enum को कॉल करने के लिए, आपको उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल करना होता है. उदाहरण के लिए,
SlidesApp.DashStyle.DOT.
प्रॉपर्टी
प्रॉपर्टी
Type
ब्यौरा
UNSUPPORTED
Enum
इस्तेमाल न की जा सकने वाली डैश स्टाइल.
SOLID
Enum
सॉलिड लाइन. ECMA-376 ST_PresetLineDashVal वैल्यू 'solid' से मेल खाती है. यह डैश की डिफ़ॉल्ट स्टाइल
है.
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' से मेल खाती है.
[[["समझने में आसान है","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"]],["आखिरी बार 2023-12-01 (UTC) को अपडेट किया गया."],[[["`DashStyle` defines the different types of dashes used for rendering lines in presentations, based on the ECMA-376 standard."],["You can access these dash styles using the format `SlidesApp.DashStyle.PROPERTY`, replacing `PROPERTY` with the desired style like `DOT` or `DASH`."],["Available dash styles include solid, dotted, dashed, dash-dot, long dash, and long dash-dot, along with a default `SOLID` and an `UNSUPPORTED` style."],["Each dash style corresponds to a specific ECMA-376 `ST_PresetLineDashVal` value for interoperability with other applications."]]],[]]