Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Slides
Collection
PresentationsCollection
Interface PresentationsCollection
interface
PresentationsCollection
{
Pages
:
PagesCollection
;
batchUpdate
(
resource
:
BatchUpdatePresentationRequest
,
presentationId
:
string
,
)
:
BatchUpdatePresentationResponse
;
create
(
resource
:
GoogleAppsScript
.
Slides
.
Schema
.
Presentation
,
)
:
GoogleAppsScript
.
Slides
.
Schema
.
Presentation
;
get
(
presentationId
:
string
)
:
GoogleAppsScript
.
Slides
.
Schema
.
Presentation
;
}
Index
Properties
Pages
Methods
batch
Update
create
get
Properties
Pages
Pages
:
PagesCollection
Methods
batch
Update
batchUpdate
(
resource
:
BatchUpdatePresentationRequest
,
presentationId
:
string
,
)
:
BatchUpdatePresentationResponse
Parameters
resource
:
BatchUpdatePresentationRequest
presentationId
:
string
Returns
BatchUpdatePresentationResponse
create
create
(
resource
:
GoogleAppsScript
.
Slides
.
Schema
.
Presentation
,
)
:
GoogleAppsScript
.
Slides
.
Schema
.
Presentation
Parameters
resource
:
GoogleAppsScript
.
Slides
.
Schema
.
Presentation
Returns
GoogleAppsScript
.
Slides
.
Schema
.
Presentation
get
get
(
presentationId
:
string
)
:
GoogleAppsScript
.
Slides
.
Schema
.
Presentation
Parameters
presentationId
:
string
Returns
GoogleAppsScript
.
Slides
.
Schema
.
Presentation
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Pages
Methods
batch
Update
create
get
Google Apps Script API
Loading...