Enum ContentType
屬性
屬性 | 類型 | 說明 |
TEXT | Enum | 表示產生的內容為純文字。預設值。 |
MUTABLE_HTML | Enum | 表示產生的內容採用 HTML 格式。您可以在產生內容後編輯。 |
IMMUTABLE_HTML | Enum | 表示產生的內容採用 HTML 格式,但此內容在產生後就無法編輯。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-02 (世界標準時間)。
[null,null,["上次更新時間:2023-12-02 (世界標準時間)。"],[[["`ContentType` is an enum used to define the type of content generated by `UpdateDraftActionResponse`."],["Content types include `TEXT` (default plain text), `MUTABLE_HTML` (editable HTML), and `IMMUTABLE_HTML` (non-editable HTML)."],["To specify a content type, use the syntax: `CardService.ContentType.PROPERTY`, replacing `PROPERTY` with the desired type."]]],[]]