Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Spreadsheet
CellImageBuilder
Interface CellImageBuilder
Builder for CellImage. This builder creates the image value needed to add an image to a cell.
interface
CellImageBuilder
{
valueType
:
IMAGE
;
build
()
:
CellImage
;
getAltTextDescription
()
:
string
;
getAltTextTitle
()
:
string
;
getContentUrl
()
:
string
;
getUrl
()
:
string
;
setAltTextDescription
(
description
:
string
)
:
CellImageBuilder
;
setAltTextTitle
(
title
:
string
)
:
CellImageBuilder
;
setSourceUrl
(
url
:
string
)
:
CellImageBuilder
;
toBuilder
()
:
CellImageBuilder
;
}
Index
Properties
value
Type
Methods
build
get
Alt
Text
Description
get
Alt
Text
Title
get
Content
Url
get
Url
set
Alt
Text
Description
set
Alt
Text
Title
set
Source
Url
to
Builder
Properties
value
Type
valueType
:
IMAGE
Methods
build
build
()
:
CellImage
Returns
CellImage
get
Alt
Text
Description
getAltTextDescription
()
:
string
Returns
string
get
Alt
Text
Title
getAltTextTitle
()
:
string
Returns
string
get
Content
Url
getContentUrl
()
:
string
Returns
string
get
Url
getUrl
()
:
string
Returns
string
set
Alt
Text
Description
setAltTextDescription
(
description
:
string
)
:
CellImageBuilder
Parameters
description
:
string
Returns
CellImageBuilder
set
Alt
Text
Title
setAltTextTitle
(
title
:
string
)
:
CellImageBuilder
Parameters
title
:
string
Returns
CellImageBuilder
set
Source
Url
setSourceUrl
(
url
:
string
)
:
CellImageBuilder
Parameters
url
:
string
Returns
CellImageBuilder
to
Builder
toBuilder
()
:
CellImageBuilder
Returns
CellImageBuilder
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
value
Type
Methods
build
get
Alt
Text
Description
get
Alt
Text
Title
get
Content
Url
get
Url
set
Alt
Text
Description
set
Alt
Text
Title
set
Source
Url
to
Builder
Google Apps Script API
Loading...
Builder for CellImage. This builder creates the image value needed to add an image to a cell.