| Package | Description |
|---|---|
| com.google.api.services.forms.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Image |
Image.clone() |
Image |
QuestionGroupItem.getImage()
The image displayed within the question group above the specific questions.
|
Image |
ImageItem.getImage()
Required.
|
Image |
QuestionItem.getImage()
The image displayed within the question.
|
Image |
Option.getImage()
Display image as an option.
|
Image |
Image.set(String fieldName,
Object value) |
Image |
Image.setAltText(String altText)
A description of the image that is shown on hover and read by screenreaders.
|
Image |
Image.setContentUri(String contentUri)
Output only.
|
Image |
Image.setProperties(MediaProperties properties)
Properties of an image.
|
Image |
Image.setSourceUri(String sourceUri)
Input only.
|
| Modifier and Type | Method and Description |
|---|---|
QuestionGroupItem |
QuestionGroupItem.setImage(Image image)
The image displayed within the question group above the specific questions.
|
ImageItem |
ImageItem.setImage(Image image)
Required.
|
QuestionItem |
QuestionItem.setImage(Image image)
The image displayed within the question.
|
Option |
Option.setImage(Image image)
Display image as an option.
|
Copyright © 2011–2025 Google. All rights reserved.