Enum LineFillType
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
JenisIsiGaris
Jenis pengisi garis.
Untuk memanggil enum, Anda memanggil class induk, nama, dan propertinya. Misalnya,
SlidesApp.LineFillType.SOLID
.
Properti
Properti | Jenis | Deskripsi |
UNSUPPORTED | Enum | Jenis isian garis yang tidak didukung. |
NONE | Enum | Tidak ada isi, sehingga garis atau garis batas menjadi transparan. |
SOLID | Enum | Isian warna solid. |
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 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-26 UTC."],[[["\u003cp\u003e\u003ccode\u003eLineFillType\u003c/code\u003e in Google Slides API defines how lines are filled.\u003c/p\u003e\n"],["\u003cp\u003eYou can access the different line fill types using \u003ccode\u003eSlidesApp.LineFillType\u003c/code\u003e followed by the specific property like \u003ccode\u003eSOLID\u003c/code\u003e or \u003ccode\u003eNONE\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe three available options are \u003ccode\u003eUNSUPPORTED\u003c/code\u003e, \u003ccode\u003eNONE\u003c/code\u003e for transparent lines, and \u003ccode\u003eSOLID\u003c/code\u003e for solid color fills.\u003c/p\u003e\n"]]],["`LineFillType` defines the different kinds of line fills available. It is accessed via its parent class, like `SlidesApp.LineFillType.SOLID`. The available properties are: `UNSUPPORTED`, for an unsupported fill type; `NONE`, for a transparent line or outline; and `SOLID`, for a line filled with a solid color. These properties are all of `Enum` type and describe the state of the line fill.\n"],null,["# Enum LineFillType\n\nLineFillType\n\nThe kinds of line fill.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSlidesApp.LineFillType.SOLID`. \n\n### Properties\n\n| Property | Type | Description |\n|---------------|--------|-------------------------------------------------|\n| `UNSUPPORTED` | `Enum` | A line fill type that is not supported. |\n| `NONE` | `Enum` | No fill, so the line or outline is transparent. |\n| `SOLID` | `Enum` | A solid color fill. |"]]