class Pod::Block::Table is Pod::Block { }

Class for a table in a Pod document.

Methods§

method caption§

method caption(--> Str:D)

Returns the associated caption of the table.

method headers§

method headers(--> Positional:D)

Returns a list of table headers. If no headers have been defined the list is empty.

Typegraph§

Type relations for Pod::Block::Table
raku-type-graph Pod::Block::Table Pod::Block::Table Pod::Block Pod::Block Pod::Block::Table->Pod::Block Mu Mu Any Any Any->Mu Pod::Block->Any

Expand chart above