Class PageElementRange

  • PageElementRange is a collection of one or more PageElement instances within Google Slides.

  • It provides a method, getPageElements(), to retrieve a list of all individual PageElement instances it contains.

  • Using this class requires authorization with specific Google Slides scopes for script execution.

PageElementRange

A collection of one or more PageElement instances.

Methods

MethodReturn typeBrief description
getPageElements()PageElement[]Returns the list of PageElement instances.

Detailed documentation

getPageElements()

Returns the list of PageElement instances.

Return

PageElement[]

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