Image

papyrus.logic.layerElement.captionElement.Image
See theImage companion object
trait Image extends CaptionElement

An image element with optional caption, width, and alignment

Attributes

Companion
object
Graph
Supertypes
trait LayerElement
trait Renderer
class Object
trait Matchable
class Any
Show all

Members list

Value members

Abstract methods

def alignment: Option[Float]

Optional image alignment (e.g. float left/right)

Optional image alignment (e.g. float left/right)

Attributes

def alt: String

Alternative text (used if image fails to load or by screen readers)

Alternative text (used if image fails to load or by screen readers)

Attributes

def src: String

Image source path (file system path)

Image source path (file system path)

Attributes

def width: Option[Width]

Optional image width in pixels

Optional image width in pixels

Attributes

Inherited and Abstract methods

def caption: Option[String]

The optional caption text for the element

The optional caption text for the element

Attributes

Inherited from:
CaptionElement

Attributes

Inherited from:
Renderer

Attributes

Inherited from:
RendererStyle