Enum LineCategory
KategoriGaris
Kategori baris.
LineType
yang dibuat secara tepat ditentukan berdasarkan kategori dan cara dirutekan untuk
terhubung ke elemen halaman lainnya.
Untuk memanggil enum, Anda memanggil class induk, nama, dan propertinya. Misalnya,
SlidesApp.LineCategory.STRAIGHT
.
Properti
Properti | Jenis | Deskripsi |
UNSUPPORTED | Enum | Kategori baris yang tidak didukung. |
STRAIGHT | Enum | Konektor lurus, termasuk konektor lurus 1. |
BENT | Enum | Konektor bengkok, termasuk konektor bengkok 2 hingga 5. |
CURVED | Enum | Konektor lengkung, termasuk konektor lengkung 2 hingga 5. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-12-03 UTC.
[null,null,["Terakhir diperbarui pada 2024-12-03 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."]]],[]]