Class PageRange

  • A PageRange is a collection of one or more Page instances.

  • The getPages() method returns the list of Page instances within the PageRange.

  • Using the getPages() method requires specific authorization scopes.

PageRange

A collection of one or morePage instances.

Methods

MethodReturn typeBrief description
getPages()Page[]Returns the list ofPage instances.

Detailed documentation

getPages()

Returns the list ofPage instances.

Return

Page[]

Authorization

Scripts that use this method require authorization with one or more of the followingscopes:

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-11 UTC.