Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Slides
PictureFill
Interface PictureFill
A fill that renders an image that's stretched to the dimensions of its container.
interface
PictureFill
{
getAs
(
contentType
:
string
)
:
Blob
;
getBlob
()
:
Blob
;
getContentUrl
()
:
string
;
getSourceUrl
()
:
string
;
}
Index
Methods
get
As
get
Blob
get
Content
Url
get
Source
Url
Methods
get
As
getAs
(
contentType
:
string
)
:
Blob
Parameters
contentType
:
string
Returns
Blob
get
Blob
getBlob
()
:
Blob
Returns
Blob
get
Content
Url
getContentUrl
()
:
string
Returns
string
get
Source
Url
getSourceUrl
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
As
get
Blob
get
Content
Url
get
Source
Url
Google Apps Script API
Loading...
A fill that renders an image that's stretched to the dimensions of its container.