public class BarcodeParameters
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAddStartStopChar()
Whether to add Start/Stop characters for barcode types NW7 and CODE39.
|
java.lang.String |
getBackgroundColor()
Bar code background color (0x000000 - 0xFFFFFF)
|
java.lang.String |
getBarcodeType()
Bar code type.
|
java.lang.String |
getBarcodeValue()
Data to be encoded.
|
java.lang.String |
getCaseCodeStyle()
Style of a Case Code for barcode type ITF14.
|
boolean |
getDisplayText()
Whether to display barcode data (text) along with image.
|
java.lang.String |
getErrorCorrectionLevel()
Error correction level of QR Code.
|
java.lang.String |
getFacingIdentificationMark()
Type of a Facing Identification Mark (FIM).
|
boolean |
getFixCheckDigit()
Whether to fix the check digit if it’s invalid.
|
java.lang.String |
getForegroundColor()
Bar code foreground color (0x000000 - 0xFFFFFF)
|
java.lang.String |
getPosCodeStyle()
Style of a Point of Sale barcode (barcode types UPCA|UPCE|EAN13|EAN8).
|
java.lang.String |
getPostalAddress()
Barcode postal address.
|
java.lang.String |
getScalingFactor()
Scaling factor for the symbol.
|
java.lang.String |
getSymbolHeight()
Bar code image height (in twips - 1/1440 inches)
|
java.lang.String |
getSymbolRotation()
Rotation of the barcode symbol.
|
boolean |
isBookmark()
Whether
getPostalAddress() / setPostalAddress(java.lang.String) is the name of a bookmark. |
void |
isBookmark(boolean value)
Whether
getPostalAddress() / setPostalAddress(java.lang.String) is the name of a bookmark. |
boolean |
isUSPostalAddress()
Whether
getPostalAddress() / setPostalAddress(java.lang.String) is a U.S. |
void |
isUSPostalAddress(boolean value)
Whether
getPostalAddress() / setPostalAddress(java.lang.String) is a U.S. |
void |
setAddStartStopChar(boolean value)
Whether to add Start/Stop characters for barcode types NW7 and CODE39.
|
void |
setBackgroundColor(java.lang.String value)
Bar code background color (0x000000 - 0xFFFFFF)
|
void |
setBarcodeType(java.lang.String value)
Bar code type.
|
void |
setBarcodeValue(java.lang.String value)
Data to be encoded.
|
void |
setCaseCodeStyle(java.lang.String value)
Style of a Case Code for barcode type ITF14.
|
void |
setDisplayText(boolean value)
Whether to display barcode data (text) along with image.
|
void |
setErrorCorrectionLevel(java.lang.String value)
Error correction level of QR Code.
|
void |
setFacingIdentificationMark(java.lang.String value)
Type of a Facing Identification Mark (FIM).
|
void |
setFixCheckDigit(boolean value)
Whether to fix the check digit if it’s invalid.
|
void |
setForegroundColor(java.lang.String value)
Bar code foreground color (0x000000 - 0xFFFFFF)
|
void |
setPosCodeStyle(java.lang.String value)
Style of a Point of Sale barcode (barcode types UPCA|UPCE|EAN13|EAN8).
|
void |
setPostalAddress(java.lang.String value)
Barcode postal address.
|
void |
setScalingFactor(java.lang.String value)
Scaling factor for the symbol.
|
void |
setSymbolHeight(java.lang.String value)
Bar code image height (in twips - 1/1440 inches)
|
void |
setSymbolRotation(java.lang.String value)
Rotation of the barcode symbol.
|
public java.lang.String getBarcodeType()
String value.public void setBarcodeType(java.lang.String value)
value - The corresponding String value.public java.lang.String getBarcodeValue()
String value.public void setBarcodeValue(java.lang.String value)
value - The corresponding String value.public java.lang.String getSymbolHeight()
String value.public void setSymbolHeight(java.lang.String value)
value - The corresponding String value.public java.lang.String getForegroundColor()
String value.public void setForegroundColor(java.lang.String value)
value - The corresponding String value.public java.lang.String getBackgroundColor()
String value.public void setBackgroundColor(java.lang.String value)
value - The corresponding String value.public java.lang.String getSymbolRotation()
String value.public void setSymbolRotation(java.lang.String value)
value - The corresponding String value.public java.lang.String getScalingFactor()
String value.public void setScalingFactor(java.lang.String value)
value - The corresponding String value.public java.lang.String getPosCodeStyle()
String value.public void setPosCodeStyle(java.lang.String value)
value - The corresponding String value.public java.lang.String getCaseCodeStyle()
String value.public void setCaseCodeStyle(java.lang.String value)
value - The corresponding String value.public java.lang.String getErrorCorrectionLevel()
String value.public void setErrorCorrectionLevel(java.lang.String value)
value - The corresponding String value.public boolean getDisplayText()
boolean value.public void setDisplayText(boolean value)
value - The corresponding boolean value.public boolean getAddStartStopChar()
boolean value.public void setAddStartStopChar(boolean value)
value - The corresponding boolean value.public boolean getFixCheckDigit()
boolean value.public void setFixCheckDigit(boolean value)
value - The corresponding boolean value.public java.lang.String getPostalAddress()
String value.public void setPostalAddress(java.lang.String value)
value - The corresponding String value.public boolean isBookmark()
getPostalAddress() / setPostalAddress(java.lang.String) is the name of a bookmark.boolean value.public void isBookmark(boolean value)
getPostalAddress() / setPostalAddress(java.lang.String) is the name of a bookmark.value - The corresponding boolean value.public java.lang.String getFacingIdentificationMark()
String value.public void setFacingIdentificationMark(java.lang.String value)
value - The corresponding String value.public boolean isUSPostalAddress()
getPostalAddress() / setPostalAddress(java.lang.String) is a U.S. postal address.boolean value.public void isUSPostalAddress(boolean value)
getPostalAddress() / setPostalAddress(java.lang.String) is a U.S. postal address.value - The corresponding boolean value.