| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
Image |
Cell.getImage()
Gets the image for this cell.
|
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.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.
|
Copyright © 2014–2017 Smartsheet. All rights reserved.