Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
ImageProperties |
ImageProperties.clone() |
ImageProperties |
SheetsChartProperties.getChartImageProperties()
The properties of the embedded chart image.
|
ImageProperties |
UpdateImagePropertiesRequest.getImageProperties()
The image properties to update.
|
ImageProperties |
Image.getImageProperties()
The properties of the image.
|
ImageProperties |
ImageProperties.set(String fieldName,
Object value) |
ImageProperties |
ImageProperties.setBrightness(Float brightness)
The brightness effect of the image.
|
ImageProperties |
ImageProperties.setContrast(Float contrast)
The contrast effect of the image.
|
ImageProperties |
ImageProperties.setCropProperties(CropProperties cropProperties)
The crop properties of the image.
|
ImageProperties |
ImageProperties.setLink(Link link)
The hyperlink destination of the image.
|
ImageProperties |
ImageProperties.setOutline(Outline outline)
The outline of the image.
|
ImageProperties |
ImageProperties.setRecolor(Recolor recolor)
The recolor effect of the image.
|
ImageProperties |
ImageProperties.setShadow(Shadow shadow)
The shadow of the image.
|
ImageProperties |
ImageProperties.setTransparency(Float transparency)
The transparency effect of the image.
|
Modifier and Type | Method and Description |
---|---|
SheetsChartProperties |
SheetsChartProperties.setChartImageProperties(ImageProperties chartImageProperties)
The properties of the embedded chart image.
|
UpdateImagePropertiesRequest |
UpdateImagePropertiesRequest.setImageProperties(ImageProperties imageProperties)
The image properties to update.
|
Image |
Image.setImageProperties(ImageProperties imageProperties)
The properties of the image.
|
Copyright © 2011–2024 Google. All rights reserved.