com.github.woojiahao.style.elements.table.TableRow.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kMD2PDF Show documentation
Show all versions of kMD2PDF Show documentation
Simple and highly customizable markdown to PDF conversion library
package com.github.woojiahao.style.elements.table
import com.github.woojiahao.style.elements.Element
class TableRow : Element("tr")