Class UpdateDraftBodyAction
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تعديلالمسودةالنصالإجراء
تعديل نص مسودة الرسالة الإلكترونية
مستندات تفصيلية
addUpdateContent(content, contentType)
تضيف هذه السمة المحتوى المحدّد إلى نص المسودة. يتم تحديد نوع content
باستخدام
ContentType
.
المعلَمات
الاسم | النوع | الوصف |
content | String | المحتوى المطلوب إدراجه في مسودة الرسالة الإلكترونية. |
contentType | ContentType | نوع المحتوى الذي سيتم إدراجه |
الإرجاع
UpdateDraftBodyAction
: هذا العنصر، لإنشاء سلسلة.
setUpdateType(updateType)
تُستخدَم لضبط UpdateDraftBodyType
للإجراء "تعديل" هذا في نص المسودة. على سبيل المثال،
إدراج محتوى في بداية مسودة النص أو نهايته أو في موضع المؤشر
المعلَمات
الاسم | النوع | الوصف |
updateType | UpdateDraftBodyType | نوع التعديل الذي سيتم إجراؤه على مسودة رسالة إلكترونية. |
الإرجاع
UpdateDraftBodyAction
: هذا العنصر، لإنشاء سلسلة.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003e\u003ccode\u003eUpdateDraftBodyAction\u003c/code\u003e updates the body of an email draft.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods to add content (\u003ccode\u003eaddUpdateContent\u003c/code\u003e) and set the update type (\u003ccode\u003esetUpdateType\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eaddUpdateContent\u003c/code\u003e inserts specified content, determined by \u003ccode\u003eContentType\u003c/code\u003e, into the email draft.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003esetUpdateType\u003c/code\u003e defines how the content is inserted, such as at the beginning, end, or cursor position, using \u003ccode\u003eUpdateDraftBodyType\u003c/code\u003e.\u003c/p\u003e\n"]]],["`UpdateDraftBodyAction` modifies an email draft's body. It provides two key methods: `addUpdateContent` and `setUpdateType`. `addUpdateContent` inserts specified content, defined by a string and content type, into the draft. `setUpdateType` determines where the content is inserted, such as the start, end, or cursor position, using `UpdateDraftBodyType`. Both methods return the `UpdateDraftBodyAction` object, enabling method chaining.\n"],null,["# Class UpdateDraftBodyAction\n\nUpdateDraftBodyAction\n\nUpdates the email draft body. \n\n### Methods\n\n| Method | Return type | Brief description |\n|---------------------------------------------------------------------------------|----------------------------|-------------------------------------------------------------------------------------------------------------------------------------|\n| [addUpdateContent(content, contentType)](#addUpdateContent(String,ContentType)) | [UpdateDraftBodyAction](#) | Adds the specified content to the draft body. |\n| [setUpdateType(updateType)](#setUpdateType(UpdateDraftBodyType)) | [UpdateDraftBodyAction](#) | Sets the [UpdateDraftBodyType](/apps-script/reference/card-service/update-draft-body-type) of this update action on the draft body. |\n\nDetailed documentation\n----------------------\n\n### `add``Update``Content(content, contentType)`\n\nAdds the specified content to the draft body. The type of the `content` is specified by\n[ContentType](/apps-script/reference/card-service/content-type).\n\n#### Parameters\n\n| Name | Type | Description |\n|-----------------|-----------------------------------------------------------------|-------------------------------------------------|\n| `content` | `String` | The content to insert to the email draft. |\n| `content``Type` | [ContentType](/apps-script/reference/card-service/content-type) | The content type of the content to be inserted. |\n\n#### Return\n\n\n[UpdateDraftBodyAction](#) --- This object, for chaining.\n\n*** ** * ** ***\n\n### `set``Update``Type(updateType)`\n\nSets the [UpdateDraftBodyType](/apps-script/reference/card-service/update-draft-body-type) of this update action on the draft body. For example,\ninserting content at the start, end, or cursor position of the draft body.\n\n#### Parameters\n\n| Name | Type | Description |\n|----------------|-----------------------------------------------------------------------------------|-------------------------------------------------------|\n| `update``Type` | [UpdateDraftBodyType](/apps-script/reference/card-service/update-draft-body-type) | The type of update to be performed on an email draft. |\n\n#### Return\n\n\n[UpdateDraftBodyAction](#) --- This object, for chaining."]]