সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
অনুভূমিক আকার শৈলী
একটি enum যা সেট করে কিভাবে উইজেট একটি কলামের স্থান পূরণ করে।
Google Chat অ্যাপ এবং Google Workspace অ্যাড-অনগুলির জন্য উপলব্ধ।
একটি enum কল করার জন্য, আপনি তার পিতামাতার শ্রেণী, নাম এবং সম্পত্তি কল করুন। উদাহরণস্বরূপ, CardService.HorizontalSizeStyle.FILL_AVAILABLE_SPACE ।
বৈশিষ্ট্য
সম্পত্তি
টাইপ
বর্ণনা
FILL_AVAILABLE_SPACE
Enum
একটি Column উপলব্ধ অনুভূমিক স্থান পূরণ করতে Widget আকার দেয়। যদি অন্য কলামে বেশি স্থান থাকে, উইজেটটি তার নিজস্ব কলামের স্থান ছাড়িয়ে স্থানটি পূরণ করতে পারে। ডিফল্ট
FILL_MINIMUM_SPACE
Enum
একটি Column অনুভূমিক স্থানের সর্বনিম্ন পরিমাণ পূরণ করতে Widget আকার পরিবর্তন করে। ন্যূনতম স্থান উইজেটের আকারের উপর ভিত্তি করে। উইজেটটি কলামের স্থানের চেয়ে ছোট হলে, এটি স্থান পূরণ করতে প্রসারিত হয় না।
[[["সহজে বোঝা যায়","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"]],["2025-01-30 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["HorizontalSizeStyle is an enum used to define how widgets occupy space within a column in Google Chat apps and Google Workspace Add-ons."],["It offers two properties: `FILL_AVAILABLE_SPACE` (default) which expands the widget to fill the available horizontal space, potentially exceeding its column's width, and `FILL_MINIMUM_SPACE` which sizes the widget to its minimum required width based on its content."],["To use these properties, call them using the parent class, name, and property, like `CardService.HorizontalSizeStyle.FILL_AVAILABLE_SPACE`."]]],["`HorizontalSizeStyle` is an enum controlling widget sizing within a column in Google Chat apps and Workspace add-ons. It has two properties: `FILL_AVAILABLE_SPACE`, which is the default and allows a widget to occupy all horizontal space, even extending beyond its column if another has more space, and `FILL_MINIMUM_SPACE`, where the widget uses only the minimum space it requires and will not expand to fill the column.\n"]]