Enum UpdateDraftBodyType
UpdateDraftBodyType
用於指定 UpdateDraftBodyAction
類型的列舉值。
如要呼叫列舉,您可以呼叫其父項類別、名稱和屬性。例如
CardService.UpdateDraftBodyType.IN_PLACE_INSERT
。
屬性
屬性 | 類型 | 說明 |
IN_PLACE_INSERT | Enum | 預設。更新動作會在目前的遊標位置插入內容,並取代所有選取的內容。 |
INSERT_AT_START | Enum | 更新動作會在郵件內文開頭插入內容。 |
INSERT_AT_END | Enum | 更新動作會在郵件內文結尾插入內容。如有電子郵件簽名,則在 Gmail 網頁版中,更新動作會插入使用者的簽名後方。在 Gmail 行動應用程式中,更新動作會插入使用者的簽名之前。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-02 (世界標準時間)。
[null,null,["上次更新時間:2023-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]`."]]],[]]