ContentTable

fun ContentTable(    header: List<ContentGroup>,     caption: ContentGroup? = null,     children: List<ContentGroup>,     dci: DCI,     sourceSets: Set<DisplaySourceSet>,     style: Set<Style>,     extra: PropertyContainer<ContentNode> = PropertyContainer.empty())