ByteContentDoc

Contains information about content defined inline in bytes.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The base64-encoded string of the content.

Link copied to clipboard

The MIME type of the content. For a list of MIME types, see Media Types. The following MIME types are supported:

Functions

Link copied to clipboard
inline fun copy(block: ByteContentDoc.Builder.() -> Unit = {}): ByteContentDoc
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