Enum LineCategory
LineCategory
หมวดหมู่เส้น
LineType
ที่ถูกต้องที่สร้างขึ้นจะขึ้นอยู่กับหมวดหมู่และวิธีกำหนดเส้นทางให้เชื่อมต่อกับองค์ประกอบอื่นๆ ของหน้าเว็บ
หากต้องการเรียก enum คุณจะต้องเรียกคลาส ชื่อ และพร็อพเพอร์ตี้ระดับบนสุด เช่น
SlidesApp.LineCategory.STRAIGHT
พร็อพเพอร์ตี้
พร็อพเพอร์ตี้ | Type | คำอธิบาย |
UNSUPPORTED | Enum | หมวดหมู่เส้นที่ไม่รองรับ |
STRAIGHT | Enum | ขั้วต่อแบบตรง รวมถึงขั้วต่อแบบตรง 1 |
BENT | Enum | ขั้วต่อแบบงอ รวมถึงขั้วต่อแบบงอ 2 ถึง 5 |
CURVED | Enum | เส้นเชื่อมแบบโค้ง รวมถึงเส้นเชื่อมแบบโค้ง 2 ถึง 5 |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2023-12-01 UTC
[null,null,["อัปเดตล่าสุด 2023-12-01 UTC"],[[["`LineCategory` defines the type of line used to connect elements in Google Slides, with options like straight, bent, and curved."],["The specific `LineType` is automatically determined based on the chosen `LineCategory` and how it connects to other elements on the page."],["You can access specific line categories using the enum structure like `SlidesApp.LineCategory.STRAIGHT` to specify the desired line type in your code."],["Several line categories are available, including `STRAIGHT`, `BENT`, `CURVED`, and `UNSUPPORTED` for types not currently implemented."]]],[]]