public abstract class BarcodeSignature extends BaseSignature
Contains Bar-code Signature properties.
| Constructor and Description |
|---|
BarcodeSignature()
Initialize BarcodeSignature with default parameters.
|
BarcodeSignature(BarcodeType encodeType,
String text)
Initialize BarcodeSignature with specified Encode Type.
|
| Modifier and Type | Method and Description |
|---|---|
BarcodeType |
getEncodeType()
Specifies the Bar-code Encode Type.
|
String |
getText()
Specifies text of Bar-code.
|
void |
setEncodeType(BarcodeType value)
Specifies the Bar-code Encode Type.
|
void |
setText(String value)
Specifies text of Bar-code.
|
public BarcodeSignature()
Initialize BarcodeSignature with default parameters.
public BarcodeSignature(BarcodeType encodeType, String text)
Initialize BarcodeSignature with specified Encode Type.
encodeType - Encode type of Bar-code.text - Bar-code text property.public BarcodeType getEncodeType()
Specifies the Bar-code Encode Type.
public String getText()
Specifies text of Bar-code.
public void setEncodeType(BarcodeType value)
Specifies the Bar-code Encode Type.
public void setText(String value)
Specifies text of Bar-code.
Copyright © 2018. All rights reserved.