ImageElement
data class ImageElement(val locator: Locator, val embeddedLink: Link, val caption: String?, val attributes: List<Content.Attribute<*>> = emptyList()) : Content.EmbeddedElement, Content.TextualElement
A bitmap image.
Parameters
caption
Short piece of text associated with the image.
Constructors
Link copied to clipboard
constructor(locator: Locator, embeddedLink: Link, caption: String?, attributes: List<Content.Attribute<*>> = emptyList())