public class FieldDisplayBarcode extends Field
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAddStartStopChar()
Gets whether to add Start/Stop characters for barcode types NW7 and CODE39.
|
java.lang.String |
getBackgroundColor()
Gets the background color of the barcode symbol.
|
java.lang.String |
getBarcodeType()
Gets the barcode type (QR, etc.)
|
java.lang.String |
getBarcodeValue()
Gets the barcode value.
|
java.lang.String |
getCaseCodeStyle()
Gets the style of a Case Code for barcode type ITF14.
|
boolean |
getDisplayText()
Gets whether to display barcode data (text) along with image.
|
java.lang.String |
getErrorCorrectionLevel()
Gets an error correction level of QR Code.
|
boolean |
getFixCheckDigit()
Gets whether to fix the check digit if it’s invalid.
|
java.lang.String |
getForegroundColor()
Gets the foreground color of the barcode symbol.
|
java.lang.String |
getPosCodeStyle()
Gets the style of a Point of Sale barcode (barcode types UPCA|UPCE|EAN13|EAN8).
|
java.lang.String |
getScalingFactor()
Gets a scaling factor for the symbol.
|
int |
getSwitchType(java.lang.String switchName) |
java.lang.String |
getSymbolHeight()
Gets the height of the symbol.
|
java.lang.String |
getSymbolRotation()
Gets the rotation of the barcode symbol.
|
void |
setAddStartStopChar(boolean value)
Sets whether to add Start/Stop characters for barcode types NW7 and CODE39.
|
void |
setBackgroundColor(java.lang.String value)
Sets the background color of the barcode symbol.
|
void |
setBarcodeType(java.lang.String value)
Sets the barcode type (QR, etc.)
|
void |
setBarcodeValue(java.lang.String value)
Sets the barcode value.
|
void |
setCaseCodeStyle(java.lang.String value)
Sets the style of a Case Code for barcode type ITF14.
|
void |
setDisplayText(boolean value)
Sets whether to display barcode data (text) along with image.
|
void |
setErrorCorrectionLevel(java.lang.String value)
Sets an error correction level of QR Code.
|
void |
setFixCheckDigit(boolean value)
Sets whether to fix the check digit if it’s invalid.
|
void |
setForegroundColor(java.lang.String value)
Sets the foreground color of the barcode symbol.
|
void |
setPosCodeStyle(java.lang.String value)
Sets the style of a Point of Sale barcode (barcode types UPCA|UPCE|EAN13|EAN8).
|
void |
setScalingFactor(java.lang.String value)
Sets a scaling factor for the symbol.
|
void |
setSymbolHeight(java.lang.String value)
Sets the height of the symbol.
|
void |
setSymbolRotation(java.lang.String value)
Sets the rotation of the barcode symbol.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic java.lang.String getBarcodeValue()
public void setBarcodeValue(java.lang.String value)
throws java.lang.Exception
value - The barcode value.java.lang.Exceptionpublic java.lang.String getBarcodeType()
public void setBarcodeType(java.lang.String value)
throws java.lang.Exception
value - The barcode type (QR, etc.)java.lang.Exceptionpublic java.lang.String getSymbolHeight()
public void setSymbolHeight(java.lang.String value)
throws java.lang.Exception
value - The height of the symbol.java.lang.Exceptionpublic java.lang.String getSymbolRotation()
public void setSymbolRotation(java.lang.String value)
throws java.lang.Exception
value - The rotation of the barcode symbol.java.lang.Exceptionpublic java.lang.String getScalingFactor()
public void setScalingFactor(java.lang.String value)
throws java.lang.Exception
value - A scaling factor for the symbol.java.lang.Exceptionpublic java.lang.String getForegroundColor()
public void setForegroundColor(java.lang.String value)
throws java.lang.Exception
value - The foreground color of the barcode symbol.java.lang.Exceptionpublic java.lang.String getBackgroundColor()
public void setBackgroundColor(java.lang.String value)
throws java.lang.Exception
value - The background color of the barcode symbol.java.lang.Exceptionpublic java.lang.String getPosCodeStyle()
public void setPosCodeStyle(java.lang.String value)
throws java.lang.Exception
value - The style of a Point of Sale barcode (barcode types UPCA|UPCE|EAN13|EAN8).java.lang.Exceptionpublic java.lang.String getCaseCodeStyle()
public void setCaseCodeStyle(java.lang.String value)
throws java.lang.Exception
value - The style of a Case Code for barcode type ITF14.java.lang.Exceptionpublic java.lang.String getErrorCorrectionLevel()
public void setErrorCorrectionLevel(java.lang.String value)
throws java.lang.Exception
value - An error correction level of QR Code.java.lang.Exceptionpublic boolean getDisplayText()
public void setDisplayText(boolean value)
throws java.lang.Exception
value - Whether to display barcode data (text) along with image.java.lang.Exceptionpublic boolean getAddStartStopChar()
public void setAddStartStopChar(boolean value)
throws java.lang.Exception
value - Whether to add Start/Stop characters for barcode types NW7 and CODE39.java.lang.Exceptionpublic boolean getFixCheckDigit()
public void setFixCheckDigit(boolean value)
throws java.lang.Exception
value - Whether to fix the check digit if it’s invalid.java.lang.Exceptionpublic int getSwitchType(java.lang.String switchName)