java/sql-dk/src/info/globalcode/sql/dk/formatting/TabularWrappingFormatter.java
branchv_0
changeset 155 eb3676c6929b
parent 142 da1e38386d84
child 169 4e131a0b521a
equal deleted inserted replaced
154:016836529e6c 155:eb3676c6929b
    23 import static info.globalcode.sql.dk.Functions.lpad;
    23 import static info.globalcode.sql.dk.Functions.lpad;
    24 import static info.globalcode.sql.dk.Functions.rpad;
    24 import static info.globalcode.sql.dk.Functions.rpad;
    25 import static info.globalcode.sql.dk.Functions.repeat;
    25 import static info.globalcode.sql.dk.Functions.repeat;
    26 
    26 
    27 /**
    27 /**
       
    28  * Longer values are line-wrapped – the cell then contains multiple lines. Marks are added to
       
    29  * signalize forced line ends (not present in original data).
    28  *
    30  *
    29  * @author Ing. František Kučera (frantovo.cz)
    31  * @author Ing. František Kučera (frantovo.cz)
    30  */
    32  */
    31 public class TabularWrappingFormatter extends TabularFormatter {
    33 public class TabularWrappingFormatter extends TabularFormatter {
    32 
    34