Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
Image |
Image.clone() |
Image |
PageElement.getImage()
An image page element.
|
Image |
Image.set(String fieldName,
Object value) |
Image |
Image.setContentUrl(String contentUrl)
An URL to an image with a default lifetime of 30 minutes.
|
Image |
Image.setImageProperties(ImageProperties imageProperties)
The properties of the image.
|
Image |
Image.setPlaceholder(Placeholder placeholder)
Placeholders are page elements that inherit from corresponding placeholders on layouts and
masters.
|
Image |
Image.setSourceUrl(String sourceUrl)
The source URL is the URL used to insert the image.
|
Modifier and Type | Method and Description |
---|---|
PageElement |
PageElement.setImage(Image image)
An image page element.
|
Copyright © 2011–2024 Google. All rights reserved.