TextDesignRowImage

open class TextDesignRowImage(words: Words, width: Float, attributes: TextDesignAttributes, leftImage: <ERROR CLASS>?, rightImage: <ERROR CLASS>?, imagePosition: TextDesignRowImage.ImagePosition) : TextDesignRowSingle

Types

ImagePosition
Link copied to clipboard
enum ImagePosition : Enum<TextDesignRowImage.ImagePosition>

Functions

didRender
Link copied to clipboard
open override fun didRender(canvas: <ERROR CLASS>)
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
layout
Link copied to clipboard
override fun layout()
render
Link copied to clipboard
open override fun render(canvas: <ERROR CLASS>)
textFrame
Link copied to clipboard
open override fun textFrame(element: TextDesignElement, fontSize: Float): <ERROR CLASS>
toString
Link copied to clipboard
open override fun toString(): String
willRender
Link copied to clipboard
open override fun willRender(canvas: <ERROR CLASS>)

Properties

attributes
Link copied to clipboard
override var attributes: TextDesignAttributes
imagePosition
Link copied to clipboard
var imagePosition: TextDesignRowImage.ImagePosition
imageSize
Link copied to clipboard
val imageSize: SizeValue
leftImage
Link copied to clipboard
var leftImage: <ERROR CLASS>?
rightImage
Link copied to clipboard
var rightImage: <ERROR CLASS>?
shearingAngle
Link copied to clipboard
override var shearingAngle: Float
size
Link copied to clipboard
override var size: SizeValue
width
Link copied to clipboard
override val width: Float
words
Link copied to clipboard
override val words: Words