Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Slides
Collection
Presentations
PagesCollection
Interface PagesCollection
interface
PagesCollection
{
get
(
presentationId
:
string
,
pageObjectId
:
string
,
)
:
GoogleAppsScript
.
Slides
.
Schema
.
Page
;
getThumbnail
(
presentationId
:
string
,
pageObjectId
:
string
,
)
:
GoogleAppsScript
.
Slides
.
Schema
.
Thumbnail
;
getThumbnail
(
presentationId
:
string
,
pageObjectId
:
string
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
Slides
.
Schema
.
Thumbnail
;
}
Index
Methods
get
get
Thumbnail
Methods
get
get
(
presentationId
:
string
,
pageObjectId
:
string
,
)
:
GoogleAppsScript
.
Slides
.
Schema
.
Page
Parameters
presentationId
:
string
pageObjectId
:
string
Returns
GoogleAppsScript
.
Slides
.
Schema
.
Page
get
Thumbnail
getThumbnail
(
presentationId
:
string
,
pageObjectId
:
string
,
)
:
GoogleAppsScript
.
Slides
.
Schema
.
Thumbnail
Parameters
presentationId
:
string
pageObjectId
:
string
Returns
GoogleAppsScript
.
Slides
.
Schema
.
Thumbnail
getThumbnail
(
presentationId
:
string
,
pageObjectId
:
string
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
Slides
.
Schema
.
Thumbnail
Parameters
presentationId
:
string
pageObjectId
:
string
optionalArgs
:
object
Returns
GoogleAppsScript
.
Slides
.
Schema
.
Thumbnail
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
get
Thumbnail
Google Apps Script API
Loading...