class Pod::Block::Table
Table in a Pod document
is Pod::Block
Class for a table in a Pod document.
Methods
method caption
method caption(--> Str)
Returns the associated caption of the table.
method headers
method headers(--> Positional)
Returns a list of table headers. If no headers have been defined the list is empty.
Type Graph
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)
Returns a list of contents of this block.
(Pod::Block) method config
method config(--> Map)
Returns a hash of configs.