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

com.github.woojiahao.FigcaptionSettings.kt Maven / Gradle / Ivy

There is a newer version: 0.2.3
Show newest version
package com.github.woojiahao

data class FigcaptionSettings(
  var isVisible: Boolean = true,
  var prepend: String = "Figure",
  var append: String = "",
  var divider: String = "-"
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy