Class SolidFill
实心填充
单色填充。
SolidFill
对象是分离的且不可变的,因此不会反映在创建后所做的更改。
详细文档
getAlpha()
获取颜色的不透明度,介于 [0, 1.0] 之间,其中 1.0 表示完全不透明。
返回
Number
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getColor()
获取填充颜色。
返回
Color
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-02。
[null,null,["最后更新时间 (UTC):2024-12-02。"],[[["`SolidFill` represents a solid color fill used in Google Slides, and these objects are immutable, meaning they won't change after creation."],["You can get the opacity of the fill using `getAlpha()`, which returns a number between 0 and 1, where 1 is fully opaque."],["The `getColor()` method allows you to retrieve the color of the fill as a `Color` object."],["To use these methods, your script needs authorization with specific scopes related to Google Presentations."]]],[]]