code128setmode-ag凯发旗舰厅
com.spire.barcode
enum code128setmode
java.lang.object
java.lang.enum<code128setmode>
com.spire.barcode.code128setmode
- all implemented interfaces:
- java.lang.comparable<code128setmode>
public enum code128setmode
- extends java.lang.enum<code128setmode>
code set of code128 barcode used to encode the data.
enum constant summary |
auto
use the shortest encoding result. |
only_a
use code set a to encode the data. |
only_b
use code set b to encode the data. |
only_c
use code set c to encode the data. |
only_a
public static final code128setmode only_a
- use code set a to encode the data.
only_b
public static final code128setmode only_b
- use code set b to encode the data.
only_c
public static final code128setmode only_c
- use code set c to encode the data.
auto
public static final code128setmode auto
- use the shortest encoding result.
getname
public java.lang.string getname()
getvalue
public int getvalue()