It should be possible to provide one own formatting for a cell in multipage table, to allow, for example, some rich-text printing.
This requires the following change to the class:
- make CellText class public
- provide access to columnnumber
- reorganize getOneLine and printOneRow so that the standard method can still be used if there are extensions for some columns
It should be possible to provide one own formatting for a cell in multipage table, to allow, for example, some rich-text printing.
This requires the following change to the class: