Use to generate customized CodeText for Code128 barcode.For example, this class can be used within the Scriptlet of the report to customize barcode.
[Sample]
Code128CodeBuilder builder = new Code128CodeBuilder(Code128Set.A);
String codeText = builder.Append("1234").Switch(Code128Set.B).Append("5678").toString();