HtmlOptions
data class HtmlOptions(val styleMode: StyleMode = StyleMode.STYLE_BLOCK_AND_INLINE, val documentMode: DocumentMode = DocumentMode.FULL_DOCUMENT, val prettyPrint: Boolean = true, val indent: String = " ")
Constructors
Link copied to clipboard
constructor(styleMode: StyleMode = StyleMode.STYLE_BLOCK_AND_INLINE, documentMode: DocumentMode = DocumentMode.FULL_DOCUMENT, prettyPrint: Boolean = true, indent: String = " ")