AI-generated Key Takeaways
-
PageElementRange
is a collection of one or morePageElement
instances within Google Slides. -
It provides a method,
getPageElements()
, to retrieve a list of all individualPageElement
instances it contains. -
Using this class requires authorization with specific Google Slides scopes for script execution.
A collection of one or more Page
instances.
Methods
Method | Return type | Brief description |
---|---|---|
get | Page | Returns the list of Page instances. |
Detailed documentation
getPageElements()
Returns the list of Page
instances.
Return
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations