Enum UpdateDraftBodyType
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
খসড়া বডি টাইপ আপডেট করুন একটি enum মান যা একটি Update Draft Body Action
ধরন নির্দিষ্ট করে।
একটি enum কল করার জন্য, আপনি তার পিতামাতার শ্রেণী, নাম এবং সম্পত্তি কল করুন। উদাহরণস্বরূপ, CardService.UpdateDraftBodyType.IN_PLACE_INSERT
।
বৈশিষ্ট্য
সম্পত্তি | টাইপ | বর্ণনা |
---|
IN_PLACE_INSERT | Enum | ডিফল্ট আপডেট কর্ম বর্তমান কার্সার অবস্থানে বিষয়বস্তু সন্নিবেশ, কোনো নির্বাচিত বিষয়বস্তু প্রতিস্থাপন. |
INSERT_AT_START | Enum | আপডেট কর্ম বার্তা প্রধান অংশের শুরুতে বিষয়বস্তু সন্নিবেশ. |
INSERT_AT_END | Enum | আপডেট কর্ম বার্তা প্রধান অংশের শেষে বিষয়বস্তু সন্নিবেশ. যদি একটি ইমেল স্বাক্ষর উপস্থিত থাকে, ওয়েবে Gmail-এ, ব্যবহারকারীর স্বাক্ষরের পরে আপডেট অ্যাকশন সন্নিবেশ করা হয়। Gmail মোবাইল অ্যাপে, ব্যবহারকারীর স্বাক্ষরের আগে আপডেট অ্যাকশন সন্নিবেশ করা হয়। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003e\u003ccode\u003eUpdateDraftBodyType\u003c/code\u003e is an enum used within \u003ccode\u003eUpdateDraftBodyAction\u003c/code\u003e to specify how the draft body of a message is modified.\u003c/p\u003e\n"],["\u003cp\u003eIt offers three options: \u003ccode\u003eIN_PLACE_INSERT\u003c/code\u003e (default, replaces selected content or inserts at cursor), \u003ccode\u003eINSERT_AT_START\u003c/code\u003e (inserts at the beginning), and \u003ccode\u003eINSERT_AT_END\u003c/code\u003e (inserts at the end, respecting email signatures).\u003c/p\u003e\n"],["\u003cp\u003eTo use these options, call them using the format: \u003ccode\u003eCardService.UpdateDraftBodyType.[Property Name]\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Enum UpdateDraftBodyType\n\nUpdateDraftBodyType\n\nAn enum value that specifies the type of an [UpdateDraftBodyAction](/apps-script/reference/card-service/update-draft-body-action).\n\nTo call an enum, you call its parent class, name, and property. For example, `\nCardService.UpdateDraftBodyType.IN_PLACE_INSERT`. \n\n### Properties\n\n| Property | Type | Description |\n|-------------------|--------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `IN_PLACE_INSERT` | `Enum` | Default. Update actions insert content at the current cursor position, replacing any selected content. |\n| `INSERT_AT_START` | `Enum` | Update actions insert content at the start of message body. |\n| `INSERT_AT_END` | `Enum` | Update actions insert content at the end of the message body. If an email signature is present, in Gmail on the web, the update action inserts after the user's signature. In the Gmail mobile app, the update action inserts before the user's signature. |"]]