ListStyle

class ListStyle(type: ListStyleType? = null, position: ListStylePosition? = null, image: ResString? = null)

Type-safe definition of CSS list style.

Parameters

type

list-item marker type

position

list-item marker position

image

list-item marker image

Constructors

Link copied to clipboard
constructor(type: ListStyleType? = null, position: ListStylePosition? = null, image: ResString? = null)

Functions

Link copied to clipboard
open override fun toString(): String