Text

class Text @JvmOverloads constructor(val text: String, contentType: ContentType = DefaultTextType) : DataUri(source)

Constructors

Link copied to clipboard
fun Text(text: String, contentType: ContentType = DefaultTextType)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard