說明網頁背景
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
getPictureFill() | PictureFill | 取得此背景的延展圖片填滿效果;如果背景填滿類型不是 PageBackgroundType.PICTURE ,則為 null 。 |
getSolidFill() | SolidFill | 取得此背景的純填色,如果背景填滿類型不是 PageBackgroundType.SOLID ,則使用 null 。 |
getType() | PageBackgroundType | 取得這個頁面背景的類型。 |
isVisible() | Boolean | 是否顯示背景。 |
setPictureFill(blobSource) | void | 將來自指定圖片 blob 的圖片設為頁面背景。 |
setPictureFill(imageUrl) | void | 將所提供網址的圖片設為網頁背景。 |
setSolidFill(color) | void | 將實心填滿設為指定的 Color 。 |
setSolidFill(color, alpha) | void | 將實心填滿設為指定的 Alpha 和 Color 。 |
setSolidFill(red, green, blue) | void | 將特定 RGB 值設為純填滿。 |
setSolidFill(red, green, blue, alpha) | void | 設定給定 Alpha 和 RGB 值的純填色。 |
setSolidFill(hexString) | void | 將實心填滿設為指定的十六進位顏色字串。 |
setSolidFill(hexString, alpha) | void | 將純填色設為指定的 Alpha 和十六進位顏色字串。 |
setSolidFill(color) | void | 將實心填滿設為指定的 ThemeColorType 。 |
setSolidFill(color, alpha) | void | 將實心填滿設為指定的 Alpha 和 ThemeColorType 。 |
setTransparent() | void | 將背景設為透明。 |
內容詳盡的說明文件
getPictureFill()
取得此背景的延展圖片填滿效果;如果背景填滿類型不是 PageBackgroundType.PICTURE
,則為 null
。
回攻員
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getSolidFill()
取得此背景的純填色,如果背景填滿類型不是 PageBackgroundType.SOLID
,則使用 null
。
回攻員
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getType()
取得這個頁面背景的類型。
回攻員
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
isVisible()
是否顯示背景。
回攻員
Boolean
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setPictureFill(blobSource)
將來自指定圖片 blob 的圖片設為頁面背景。系統會配合頁面尺寸延展圖片。
插入圖片時,系統會從 BlobSource
擷取圖片一次,並儲存副本,以便在簡報中顯示。圖片大小不得超過 50 MB,且不得超過 2500 萬像素,且須使用 PNG、JPEG 或 GIF 格式。
參數
名稱 | 類型 | 說明 |
---|---|---|
blobSource | BlobSource | 圖片資料。 |
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setPictureFill(imageUrl)
將所提供網址的圖片設為網頁背景。系統會配合頁面尺寸延展圖片。
插入圖片時,您可以從網址擷取圖片一次,系統會儲存副本以顯示在簡報中。圖片大小不得超過 50 MB,且不得超過 2500 萬像素,且必須使用 PNG、JPEG 或 GIF 格式。
提供的網址必須可公開存取,且大小不得超過 2 KB。網址本身會與圖片一起儲存,並透過 PictureFill.getSourceUrl()
公開。
參數
名稱 | 類型 | 說明 |
---|---|---|
imageUrl | String | 圖片下載來源網址。 |
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSolidFill(color)
setSolidFill(color, alpha)
setSolidFill(red, green, blue)
將特定 RGB 值設為純填滿。
參數
名稱 | 類型 | 說明 |
---|---|---|
red | Integer | |
green | Integer | |
blue | Integer |
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSolidFill(red, green, blue, alpha)
設定給定 Alpha 和 RGB 值的純填色。
參數
名稱 | 類型 | 說明 |
---|---|---|
red | Integer | |
green | Integer | |
blue | Integer | |
alpha | Number |
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSolidFill(hexString)
將實心填滿設為指定的十六進位顏色字串。
十六進位字串必須採用「#RRGGBB」的格式。舉例來說,粉紅色的表示法為「#FFC0CB」。
參數
名稱 | 類型 | 說明 |
---|---|---|
hexString | String |
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSolidFill(hexString, alpha)
將實心填滿設為指定的 Alpha 和十六進位顏色字串。
十六進位字串必須採用「#RRGGBB」的格式。舉例來說,粉紅色的表示法為「#FFC0CB」。
參數
名稱 | 類型 | 說明 |
---|---|---|
hexString | String | |
alpha | Number |
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSolidFill(color)
將實心填滿設為指定的 ThemeColorType
。
參數
名稱 | 類型 | 說明 |
---|---|---|
color | ThemeColorType |
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSolidFill(color, alpha)
將實心填滿設為指定的 Alpha 和 ThemeColorType
。
參數
名稱 | 類型 | 說明 |
---|---|---|
color | ThemeColorType | |
alpha | Number |
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setTransparent()
將背景設為透明。
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations