Table table(Iterable<Alignment> alignment, BaseInline caption, Iterable<TableCell> headers, Iterable<Iterable<TableCell>> contents)

Creates table

Source

Table table(Iterable<Alignment> alignment, BaseInline caption,
    Iterable<TableCell> headers, Iterable<Iterable<TableCell>> contents);