public class Slides.Presentations.Pages extends Object
Modifier and Type | Class and Description |
---|---|
class |
Slides.Presentations.Pages.Get |
class |
Slides.Presentations.Pages.GetThumbnail |
Constructor and Description |
---|
Pages() |
Modifier and Type | Method and Description |
---|---|
Slides.Presentations.Pages.Get |
get(String presentationId,
String pageObjectId)
Gets the latest version of the specified page in the presentation.
|
Slides.Presentations.Pages.GetThumbnail |
getThumbnail(String presentationId,
String pageObjectId)
Generates a thumbnail of the latest version of the specified page in the presentation and returns
a URL to the thumbnail image.
|
public Slides.Presentations.Pages.Get get(String presentationId, String pageObjectId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.presentationId
- The ID of the presentation to retrieve.pageObjectId
- The object ID of the page to retrieve.IOException
public Slides.Presentations.Pages.GetThumbnail getThumbnail(String presentationId, String pageObjectId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.presentationId
- The ID of the presentation to retrieve.pageObjectId
- The object ID of the page whose thumbnail to retrieve.IOException
Copyright © 2011–2024 Google. All rights reserved.