class TableParser: (source)
Static Method | alignrow |
No summary |
Static Method | convert_to_multiline_cells |
No summary |
Static Method | get_options |
Lists the attributes as tuple :param attrib: :return: tuple of attributes |
Static Method | headline |
No summary |
Static Method | headsep |
No summary |
Static Method | rowline |
No summary |
Static Method | rowsep |
No summary |
Static Method | width2dim |
Calculates the characters on each column and return list of widths :param lines: 2-dim multiline rows :return: the number of characters of the longest cell-value by column |
Static Method | width3dim |
Calculates the characters on each column and return list of widths :param lines: 3-dim multiline rows :return: the number of characters of the longest cell-value by column |