public class Image extends Object
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAltText()
get the alternate text (altText) for the image.
|
Long |
getHeight()
gets the height (in pixels) of the uploaded image
|
String |
getId()
Gets the image id.
|
Long |
getWidth()
gets the width (in pixels) of the uploaded image
|
Image |
setAltText(String altText)
set the alternate text (altText) for the image.
|
Image |
setHeight(Long height)
sets the width (in pixels) of the uploaded image
|
Image |
setId(String id)
Sets the image id
|
Image |
setWidth(Long width)
sets the width (in pixels)
|
public String getId()
public Long getWidth()
public Long getHeight()
public Image setHeight(Long height)
height - public String getAltText()
Copyright © 2014–2017 Smartsheet. All rights reserved.