|
iNamik TableFormatter is a simple set of classes to help print text in tabulated form.
With these classes you can organize 'cells' of data into rows and columns.
Each cell can contain multiple lines of text and may specify a horizontal
alignment (left, center, right) and a vertical alignment (top, center, bottom).
When you are ready to print the data, these classes will ensure that all cells
in a given column have the same width and all cells in a given row have
the same height.
|