class Pod::Block::Table
Table in a Pod document
| 1 | Methods |
| 1.1 | method caption |
| 1.2 | method headers |
| 2 | Type Graph |
| 3 | Routines supplied by class Pod::Block |
| 3.1 | (Pod::Block) method contents |
| 3.2 | (Pod::Block) method config |
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
Pod::Block::TableRoutines 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.