public interface ImagePlaceholder
Modifier and Type | Method and Description |
---|---|
boolean |
applyPlaceholderChrome()
Returns true if the image should have the macro placeholder chrome applied to it.
|
Dimensions |
getDimensions()
Deprecated.
since 7.2. Use
getImageDimensions() instead. |
default ImageDimensions |
getImageDimensions()
Returns the dimensions that the image is to be rendered as.
|
String |
getUrl()
Returns the url to the image to render, relative to the Confluence base url.
|
String getUrl()
@Deprecated Dimensions getDimensions()
getImageDimensions()
instead.Dimensions
representing the image dimensions.default ImageDimensions getImageDimensions()
ImageDimensions
representing the image dimensions.boolean applyPlaceholderChrome()
Copyright © 2003–2020 Atlassian. All rights reserved.