Enum UpdateDraftBodyType
更新草稿正文类型
用于指定 UpdateDraftBodyAction
类型的枚举值。
如需调用枚举,您可以调用其父类、名称和属性。例如
CardService.UpdateDraftBodyType.IN_PLACE_INSERT
。
属性
属性 | 类型 | 说明 |
IN_PLACE_INSERT | Enum | 默认。更新操作会在当前光标位置插入内容,替换任何所选内容。 |
INSERT_AT_START | Enum | 更新操作会在邮件正文开头插入内容。 |
INSERT_AT_END | Enum | 更新操作会在邮件正文末尾插入内容。如果存在电子邮件签名,在网页版 Gmail 中,更新操作会插入在用户的签名后面。在 Gmail 移动应用中,更新操作会插入在用户签名之前。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-02。
[null,null,["最后更新时间 (UTC):2024-12-02。"],[[["`UpdateDraftBodyType` is an enum used within `UpdateDraftBodyAction` to specify how the draft body of a message is modified."],["It offers three options: `IN_PLACE_INSERT` (default, replaces selected content or inserts at cursor), `INSERT_AT_START` (inserts at the beginning), and `INSERT_AT_END` (inserts at the end, respecting email signatures)."],["To use these options, call them using the format: `CardService.UpdateDraftBodyType.[Property Name]`."]]],[]]