Enum RatingIconType
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
RatingIconType
อาร์เรย์แบบจำกัดที่แสดงประเภทไอคอนการจัดประเภทที่รองรับ
หากต้องการเรียกใช้ enum ให้เรียกคลาสหลัก ชื่อ และพร็อพเพอร์ตี้ของ enum นั้น เช่น
FormApp.RatingIconType.STAR
พร็อพเพอร์ตี้
พร็อพเพอร์ตี้ | ประเภท | คำอธิบาย |
STAR | Enum | ไอคอนดาว |
HEART | Enum | ไอคอนหัวใจ |
THUMB_UP | Enum | ไอคอนกดชอบ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\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. |"]]