Enum LineFillType
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Typwypełnienia linii
Rodzaje wypełnienia linii.
Aby wywołać enum, wywołaj jego klasę nadrzędną, nazwę i właściwość. Na przykład:
SlidesApp.LineFillType.SOLID
.
Właściwości
Właściwość | Typ | Opis |
UNSUPPORTED | Enum | Nieobsługiwany typ wypełnienia linii. |
NONE | Enum | Brak wypełnienia, więc linia lub kontur są przezroczyste. |
SOLID | Enum | jednolite wypełnienie kolorem, |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 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. |"]]