This class represents one cell of table row. Cell may consist of multiple lines. This class is used to simplify the handling of formatting of the rows.
list of lines of the cell. Usually it is a list with one element.
Calculate the width of the cell. It is the maximum length of all the lines in the cell. If cell has no lines, returns 0.