Class ThemeColor
থিম রঙ একটি থিম রঙের জন্য একটি উপস্থাপনা।
বিস্তারিত ডকুমেন্টেশন
get Color Type()
এই রঙের ধরন পান।
প্রত্যাবর্তন
Color Type
- রঙের ধরন।
অনুমোদন
যে স্ক্রিপ্টগুলি এই পদ্ধতিটি ব্যবহার করে তাদের নিম্নলিখিত এক বা একাধিক সুযোগের সাথে অনুমোদনের প্রয়োজন হয়:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
get Theme Color Type()
এই রঙের থিম রঙের ধরন পায়।
প্রত্যাবর্তন
Theme Color Type
- থিমের রঙের ধরন।
অনুমোদন
যে স্ক্রিপ্টগুলি এই পদ্ধতিটি ব্যবহার করে তাদের নিম্নলিখিত এক বা একাধিক সুযোগের সাথে অনুমোদনের প্রয়োজন হয়:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-12-02 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-12-02 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`ThemeColor` represents a theme color within Google Apps Script and provides methods for interacting with it."],["It offers two methods: `getColorType()` to determine the color's type (e.g., RGB, HEX) and `getThemeColorType()` to identify its specific theme color type (e.g., ACCENT1, TEXT1)."],["Both methods require authorization with scopes such as `https://www.googleapis.com/auth/spreadsheets.currentonly` or `https://www.googleapis.com/auth/spreadsheets` before use."]]],["ThemeColor provides a representation for a theme color. Key actions involve retrieving color information: `getColorType()` returns the color's type, and `getThemeColorType()` returns the specific theme color type. Both methods require authorization scopes `https://www.googleapis.com/auth/spreadsheets.currentonly` or `https://www.googleapis.com/auth/spreadsheets` to be used within scripts.\n"]]