| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
Image |
Cell.getImage()
Gets the image for this cell.
|
Image |
SummaryField.getImage()
Gets the image associated with the field, if any
|
Image |
UserModel.getProfileImage()
Gets the user's profile image
|
Image |
Image.setAltText(String altText)
set the alternate text (altText) for the image.
|
Image |
Image.setHeight(Long height)
sets the width (in pixels) of the uploaded image
|
Image |
Image.setId(String id)
Sets the image id
|
Image |
Image.setImageId(String id)
sets the image ID
|
Image |
Image.setWidth(Long width)
sets the width (in pixels)
|
| Modifier and Type | Method and Description |
|---|---|
Cell |
Cell.setImage(Image image)
Sets the image for this cell.
|
SummaryField |
SummaryField.setImage(Image image)
Sets the image associated with the field
|
UserModel |
UserModel.setProfileImage(Image profileImage)
Sets the user's profile image
|
Copyright © 2014–2019 Smartsheet. All rights reserved.