PresentationsPages
class PresentationsPages extends Resource (View source)
The "pages" collection of methods.
Typical usage is:
$slidesService = new Google\Service\Slides(...);
$pages = $slidesService->presentations_pages;
Methods
get(string $presentationId, string $pageObjectId, array $optParams = [])
Gets the latest version of the specified page in the presentation.
getThumbnail(string $presentationId, string $pageObjectId, array $optParams = [])
Generates a thumbnail of the latest version of the specified page in the presentation and returns a URL to the thumbnail image. This request counts as an expensive read request for quota purposes.
Details
Page
get(string $presentationId, string $pageObjectId, array $optParams = [])
Gets the latest version of the specified page in the presentation.
(pages.get)
Thumbnail
getThumbnail(string $presentationId, string $pageObjectId, array $optParams = [])
Generates a thumbnail of the latest version of the specified page in the presentation and returns a URL to the thumbnail image. This request counts as an expensive read request for quota purposes.
(pages.getThumbnail)