Enum RatingIconType
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
评分图标类型
表示支持的分级图标类型的枚举。
如需调用枚举,您可以调用其父类、名称和属性。例如
FormApp.RatingIconType.STAR
。
属性
属性 | 类型 | 说明 |
STAR | Enum | 星形图标。 |
HEART | Enum | 一个心形图标。 |
THUMB_UP | Enum | “我喜欢”图标。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):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. |"]]