class Table(BlockToken):
Static Method | parse_align |
Helper function; returns align option from cell content. |
Static Method | read |
Undocumented |
Static Method | split_delimiter |
Helper function; returns a list of align options. |
Static Method | start |
Undocumented |
Method | __init__ |
Undocumented |
Instance Variable | children |
inner tokens (TableRows). |
Instance Variable | column_align |
align options for each column (default to [None]). |
Instance Variable | has_header |
whether table has header row. |
Instance Variable | header |
Undocumented |
Inherited from BlockToken
:
Method | __contains__ |
Undocumented |
Returns | |
None if align = left; 0 if align = center; 1 if align = right. |