Enum LineFillType
Stay organized with collections
Save and categorize content based on your preferences.
LineFillType
The kinds of line fill.
To call an enum, you call its parent class, name, and property. For example,
SlidesApp.LineFillType.SOLID
.
Properties
Property | Type | Description |
UNSUPPORTED | Enum | A line fill type that is not supported. |
NONE | Enum | No fill, so the line or outline is transparent. |
SOLID | Enum | A solid color fill. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-02 UTC.
[null,null,["Last updated 2024-12-02 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. |"]]