A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.google.com/apps-script/reference/slides/fill below:

Class Fill | Apps Script

Class Fill

Stay organized with collections Save and categorize content based on your preferences.

Fill

Describes the page element's background

Detailed documentation getSolidFill()

Get the solid fill of this background, or null if the fill type is not FillType.SOLID.

Return

SolidFill — The solid fill setting, or null if this fill type is not solid.

Scripts that use this method require authorization with one or more of the following scopes:

getType()

Get the type of this fill.

Return

FillType — The type of this fill.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

isVisible()

Whether the background is visible.

Return

Booleantrue if the background is visible; false otherwise.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setSolidFill(color)

Sets the solid fill to the given Color.

Parameters Name Type Description color Color Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setSolidFill(color, alpha)

Sets the solid fill to the given alpha and Color.

Parameters Name Type Description color Color alpha Number Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setSolidFill(red, green, blue)

Sets the solid fill to the given RGB values.

Parameters Name Type Description red Integer green Integer blue Integer Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setSolidFill(red, green, blue, alpha)

Sets the solid fill to the given alpha and RGB values.

Parameters Name Type Description red Integer green Integer blue Integer alpha Number Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setSolidFill(hexString)

Sets the solid fill to the given hex color string.

The hex string must be in the format '#RRGGBB'. For example, pink would be represented as '#FFC0CB'.

Parameters Name Type Description hexString String Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setSolidFill(hexString, alpha)

Sets the solid fill to the given alpha and hex color string.

The hex string must be in the format '#RRGGBB'. For example, pink would be represented as '#FFC0CB'.

Parameters Name Type Description hexString String alpha Number Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setSolidFill(color)

Sets the solid fill to the given ThemeColorType.

Parameters Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setSolidFill(color, alpha)

Sets the solid fill to the given alpha and ThemeColorType.

Parameters Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setTransparent()

Sets the background to transparent.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

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.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-02 UTC."],[[["`Fill` describes the background of a page element and provides methods to control its appearance."],["You can get and set the background's solid fill using various color formats (RGB, hex, theme color) and transparency levels."],["Methods are available to check the fill type and visibility of the background."],["All methods for manipulating `Fill` require authorization with specific Google API scopes."],["`Fill` allows for granular control over the background of page elements, enabling developers to customize the visual presentation of their presentations."]]],[]]


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4