Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
PageProperties |
PageProperties.clone() |
PageProperties |
UpdatePagePropertiesRequest.getPageProperties()
The page properties to update.
|
PageProperties |
Page.getPageProperties()
The properties of the page.
|
PageProperties |
PageProperties.set(String fieldName,
Object value) |
PageProperties |
PageProperties.setColorScheme(ColorScheme colorScheme)
The color scheme of the page.
|
PageProperties |
PageProperties.setPageBackgroundFill(PageBackgroundFill pageBackgroundFill)
The background fill of the page.
|
Modifier and Type | Method and Description |
---|---|
UpdatePagePropertiesRequest |
UpdatePagePropertiesRequest.setPageProperties(PageProperties pageProperties)
The page properties to update.
|
Page |
Page.setPageProperties(PageProperties pageProperties)
The properties of the page.
|
Copyright © 2011–2024 Google. All rights reserved.