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.

Type Graph §

Type relations for Pod::Block::Table
perl6-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 above chart

Routines supplied by class Pod::Block §

Pod::Block::Table inherits from class Pod::Block, which provides the following routines:

(Pod::Block) method contents §

method contents(--> Positional:D)

Returns a list of contents of this block.

(Pod::Block) method config §

method config(--> Map:D)

Returns a hash of configs.

Generated from

Generated from Type/Pod/Block/Table.pod6