Searched refs:ContentTableCell (Results 1 – 4 of 4) sorted by relevance
123 class ContentTableCell(val colspan: String? = null, val rowspan: String? = null) : ContentBlock() class
222 is ContentTableCell -> surroundWith(module, holder, "<td>", "</td>", node, result) in buildInlineTags()
356 ContentTableCell(colspan, rowspan) in parseDocumentation()
110 is ContentTableCell -> consumer.td { in <lambda>()