All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.woojiahao.style.elements.lists.OrderedList.kt Maven / Gradle / Ivy

package com.github.woojiahao.style.elements.lists

import com.github.woojiahao.style.Settings

class OrderedList(settings: Settings) : List("ol", settings) {
  init {
    listStyleType = ListStyleType.DECIMAL
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy