public final class Code128CodeBuilder extends Object
Use to generate customized CodeText for Code128 barcode.
Constructor and Description |
---|
Code128CodeBuilder(int codeset)
Initializes a new instance of the
Code128CodeBuilder class. |
Modifier and Type | Method and Description |
---|---|
Code128CodeBuilder |
append(String v)
Appends text to existing
|
Code128CodeBuilder |
switchTo(int codeset)
Swithc to another codeset
|
String |
toString()
ToString() override method
|
public Code128CodeBuilder(int codeset)
Initializes a new instance of the Code128CodeBuilder
class.
codeset
- The code set is used to encode the data.public Code128CodeBuilder append(String v)
Appends text to existing
v
- text to appendcom.aspose.ms.System.ArgumentException
public String toString()
ToString() override method
public Code128CodeBuilder switchTo(int codeset)
Swithc to another codeset
codeset
- Codeset to switch oncom.aspose.ms.System.ArgumentException
- Incorrect codesetCopyright (c) 2002-2014 Aspose Pty Ltd. All Rights Reserved.