|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CodabarChar>
com.spire.doc.fields.barcode.CodabarChar
public enum CodabarChar
Specifies the start or stop symbol of the Codabar barcode specification.
Enum Constant Summary | |
---|---|
A
Start or stop char of the Codabar barcode. |
|
B
Start or stop char of the Codabar barcode. |
|
C
Start or stop char of the Codabar barcode. |
|
D
Start or stop char of the Codabar barcode. |
Method Summary | |
---|---|
java.lang.String |
getName()
|
short |
getValue()
|
Enum Constant Detail |
---|
public static final CodabarChar A
public static final CodabarChar B
public static final CodabarChar C
public static final CodabarChar D
Method Detail |
---|
public java.lang.String getName()
public short getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |