Searched refs:ContentTableHeader (Results 1 – 4 of 4) sorted by relevance
122 class ContentTableHeader(val colspan: String? = null, val rowspan: String? = null) : ContentBlock() class
221 is ContentTableHeader -> surroundWith(module, holder, "<th>", "</th>", node, result) in buildInlineTags()
338 ContentTableHeader(colspan, rowspan) in parseDocumentation()
95 is ContentTableHeader -> consumer.th { in <lambda>()