Enum LineCategory
LineCategory
Kategori garis.
LineType
yang tepat yang dibuat ditentukan berdasarkan kategori dan cara konten tersebut dirutekan untuk terhubung ke elemen halaman lainnya.
Untuk memanggil enum, panggil class, nama, dan properti induknya. Misalnya,
SlidesApp.LineCategory.STRAIGHT
.
Properti
Properti | Jenis | Deskripsi |
UNSUPPORTED | Enum | Kategori garis yang tidak didukung. |
STRAIGHT | Enum | Konektor lurus, termasuk konektor lurus 1. |
BENT | Enum | Konektor bengkok, termasuk konektor bengkok 2 ke 5. |
CURVED | Enum | Konektor melengkung, termasuk konektor melengkung 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 2023-12-01 UTC.
[null,null,["Terakhir diperbarui pada 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."]]],[]]