DefaultFormatting

A structure that represents a default formatting definition.

Types

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

Properties

Link copied to clipboard

The display format. Valid values for this structure are AUTO, PERCENT, CURRENCY, NUMBER, DATE, and STRING.

Link copied to clipboard

The additional options for display formatting.

Functions

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