class documentation

Some tabular data. attributes : * BaseLayout attributes * cols : the number of columns of the table (REQUIRED) * rheaders : the first row's elements are table's header * cheaders : the first col's elements are table's header * title : the table's optional title

Method __init__ Undocumented
Instance Variable cheaders Undocumented
Instance Variable cols Undocumented
Instance Variable rheaders Undocumented
Instance Variable title Undocumented

Inherited from BaseLayout:

Method add_text Shortcut to add text data.
Method append Add a node to children.
Method insert Insert a child node.
Method parents Return the ancestor nodes.

Inherited from VNode (via BaseLayout):

Method __iter__ Undocumented
Method accept Undocumented
Method leave Undocumented
Instance Variable children Undocumented
Instance Variable parent Undocumented
Instance Variable visitor_name Undocumented
def __init__(self, cols: int, title: str|None = None, rheaders: int = 0, cheaders: int = 0, children: Iterable[Text|str] = ()): (source)
cheaders = (source)

Undocumented

Undocumented

rheaders = (source)

Undocumented

Undocumented