lineFormat property

String lineFormat
getter/setter pair

Format of a line (see the default value in the constructor as an example)

Allows to split the output in blocks using '\n': '| {N} | {R} |\n| {N} | {V} |'

Implementation

String lineFormat;