class documentation
Manage a table while traversing.
Maybe change to a mixin defining the visit/departs, but then class Table internal variables are in the Translator.
Table style might be
| Unknown Field: standard | |
| horizontal and vertical lines | |
| Unknown Field: booktabs | |
| only horizontal lines (requires "booktabs" LaTeX package) | |
| Unknown Field: borderless | |
| no borders around table cells | |
| Unknown Field: nolines | |
| alias for borderless | |
| Unknown Field: colwidths-auto | |
| column widths determined by LaTeX | |
| Unknown Field: colwidths-given | |
| use colum widths from rST source |
| Method | __init__ |
Undocumented |
| Method | close |
Undocumented |
| Method | depart |
Undocumented |
| Method | depart |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Return column specification for longtable. |
| Method | get |
Return columnwidth for current cell (not multicell). |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Return sum of columnwidths for multicell. |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | is |
Undocumented |
| Method | is |
Undocumented |
| Method | need |
Undocumented |
| Method | open |
Undocumented |
| Method | set |
Undocumented |
| Method | set |
Undocumented |
| Method | set |
Undocumented |
| Method | visit |
Undocumented |
| Method | visit |
Undocumented |
| Method | visit |
Undocumented |
| Method | visit |
Undocumented |
| Instance Variable | borders |
Undocumented |
| Instance Variable | caption |
Undocumented |
| Instance Variable | colwidths |
Undocumented |
| Instance Variable | stubs |
Undocumented |
| Instance Variable | _attrs |
Undocumented |
| Instance Variable | _cell |
Undocumented |
| Instance Variable | _col |
Undocumented |
| Instance Variable | _col |
Undocumented |
| Instance Variable | _in |
Undocumented |
| Instance Variable | _in |
Undocumented |
| Instance Variable | _latex |
Undocumented |
| Instance Variable | _open |
Undocumented |
| Instance Variable | _rowspan |
Undocumented |
| Instance Variable | _translator |
Undocumented |