Enum RatingIconType
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
評分圖示類型
列舉項目,代表支援的分級圖示類型。
如要呼叫列舉,請呼叫其父項類別、名稱和屬性。例如
FormApp.RatingIconType.STAR
。
屬性
屬性 | 類型 | 說明 |
STAR | Enum | 星號圖示。 |
HEART | Enum | 心形圖示。 |
THUMB_UP | Enum | 按讚圖示。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\u003cp\u003e\u003ccode\u003eRatingIconType\u003c/code\u003e is an enum used to represent different rating icons within Google Forms.\u003c/p\u003e\n"],["\u003cp\u003eIt includes three icon options: \u003ccode\u003eSTAR\u003c/code\u003e, \u003ccode\u003eHEART\u003c/code\u003e, and \u003ccode\u003eTHUMB_UP\u003c/code\u003e, which are called using the syntax \u003ccode\u003eFormApp.RatingIconType.ICON_NAME\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThese icons can be used to visually represent rating options within a form.\u003c/p\u003e\n"]]],[],null,["# Enum RatingIconType\n\nRatingIconType\n\nAn enum representing the supported types of rating icons.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nFormApp.RatingIconType.STAR`. \n\n### Properties\n\n| Property | Type | Description |\n|------------|--------|------------------|\n| `STAR` | `Enum` | A star icon. |\n| `HEART` | `Enum` | A heart icon. |\n| `THUMB_UP` | `Enum` | A thumb up icon. |"]]