Enum FillType
FillType
The kinds of fill.
To call an enum, you call its parent class, name, and property. For example,
SlidesApp.FillType.SOLID
.
Properties
Property | Type | Description |
UNSUPPORTED | Enum | A fill type that is not supported. |
NONE | Enum | No fill, so the background 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 2023-09-28 UTC.
[null,null,["Last updated 2023-09-28 UTC."],[[["`FillType` in Google Slides API refers to the different ways an object can be filled, such as with a solid color or no fill at all."],["You can access specific fill types using the syntax `SlidesApp.FillType.[property]`, for example, `SlidesApp.FillType.SOLID` represents a solid fill."],["There are three main fill types: `UNSUPPORTED`, `NONE` (transparent background), and `SOLID`."]]],[]]