Enum LineFillType
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-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["`LineFillType` in Google Slides API defines how lines are filled."],["You can access the different line fill types using `SlidesApp.LineFillType` followed by the specific property like `SOLID` or `NONE`."],["The three available options are `UNSUPPORTED`, `NONE` for transparent lines, and `SOLID` for solid color fills."]]],[]]