Package | Description |
---|---|
com.groupdocs.signature.domain.barcodes | |
com.groupdocs.signature.options.barcodesignature | |
com.groupdocs.signature.options.barcodeverification |
Modifier and Type | Field and Description |
---|---|
static BarcodeType[] |
BarcodeTypes.ALL_TYPES
All barcode types
|
static BarcodeType |
BarcodeTypes.CODE_128
Code128 Barcode Type object
|
static BarcodeType |
BarcodeTypes.CODE_39_EXTENDED
Code39Extended Barcode Type object
|
static BarcodeType |
BarcodeTypes.CODE_39_STANDARD
Code39Standard Barcode Type object
|
static BarcodeType |
BarcodeTypes.EAN_13
EAN13 Barcode Type object
|
static BarcodeType |
BarcodeTypes.EAN_14
EAN14 Barcode Type object
|
static BarcodeType |
BarcodeTypes.EAN_8
EAN8 Barcode Type object
|
static BarcodeType |
BarcodeTypes.ITF_14
ITF14 Barcode Type object
|
static BarcodeType |
BarcodeTypes.UPCA
UPCA Barcode Type object
|
static BarcodeType |
BarcodeTypes.UPCE
UPCE Barcode Type object
|
Modifier and Type | Method and Description |
---|---|
static BarcodeType |
BarcodeTypes.parse(String parsingType)
Returns Barcode type with pasringType name.
|
static BarcodeType |
BarcodeTypes.tryParse(String parsingType)
Returns Barcode type with pasringType name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BarcodeType.equals(BarcodeType other)
Determines whether the specified BarcodeType is equal to the current object.
|
Modifier and Type | Method and Description |
---|---|
BarcodeType |
BarcodeSignOptions.getEncodeType()
Get or set Barcode type.
|
Modifier and Type | Method and Description |
---|---|
void |
BarcodeSignOptions.setEncodeType(BarcodeType value)
Get or set Barcode type.
|
Modifier and Type | Method and Description |
---|---|
BarcodeType |
VerifyBarcodeOptions.getEncodeType()
Get or set Barcode Type verification.
|
Modifier and Type | Method and Description |
---|---|
void |
VerifyBarcodeOptions.setEncodeType(BarcodeType value)
Get or set Barcode Type verification.
|
Copyright © 2017. All rights reserved.