Enum HorizontalAlignment
HorizontalAlignment
enum ที่กำหนดการจัดแนวแนวนอนของวิดเจ็ต
หากต้องการเรียก enum คุณจะต้องเรียกคลาส ชื่อ และพร็อพเพอร์ตี้ระดับบนสุด เช่น
CardService.HorizontalAlignment.START
พร็อพเพอร์ตี้
พร็อพเพอร์ตี้ | Type | คำอธิบาย |
START | Enum | วางวิดเจ็ตไว้ที่จุดเริ่มต้นของด้านของประโยค |
CENTER | Enum | จัดวิดเจ็ตไว้ตรงกลาง |
END | Enum | จัดวิดเจ็ตให้ชิดท้ายประโยค |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2023-12-02 UTC
[null,null,["อัปเดตล่าสุด 2023-12-02 UTC"],[[["`HorizontalAlignment` is an enum used to specify the horizontal alignment of a widget within a Google Workspace add-on."],["It offers three alignment options: `START`, `CENTER`, and `END`, allowing developers to position widgets at the beginning, middle, or end of a line or container."],["To use these options, developers call the enum property through its parent class like this: `CardService.HorizontalAlignment.START`."]]],[]]