Enum LineFillType
लाइनभरेंटाइप
लाइन फ़िल के टाइप.
किसी एनम को कॉल करने के लिए, उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल किया जाता है. उदाहरण के लिए,
SlidesApp.LineFillType.SOLID
.
प्रॉपर्टी
प्रॉपर्टी | टाइप | ब्यौरा |
UNSUPPORTED | Enum | लाइन भरने का ऐसा टाइप जो काम नहीं करता. |
NONE | Enum | कोई फ़िल नहीं है, इसलिए लाइन या आउटलाइन पारदर्शी है. |
SOLID | Enum | एक ही रंग से भरा गया आइकॉन. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-12-02 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-12-02 (UTC) को अपडेट किया गया."],[[["`LineFillType` in Google Slides API defines how lines are filled."],["You can access the different line fill types using `SlidesApp.LineFillType` followed by the specific property like `SOLID` or `NONE`."],["The three available options are `UNSUPPORTED`, `NONE` for transparent lines, and `SOLID` for solid color fills."]]],["`LineFillType` defines the different kinds of line fills available. It is accessed via its parent class, like `SlidesApp.LineFillType.SOLID`. The available properties are: `UNSUPPORTED`, for an unsupported fill type; `NONE`, for a transparent line or outline; and `SOLID`, for a line filled with a solid color. These properties are all of `Enum` type and describe the state of the line fill.\n"]]