public class UpcA extends PropertyGroup
UpcA is the class that configures the UPC-A Symbology.| Modifier and Type | Field and Description |
|---|---|
BooleanProperty |
compositeEnable
compositeEnable allows to use UPC-A labels in composite barcode. |
BooleanProperty |
convertToEan13
convertToEan13 allows to expand the UPC-A labels to their
EAN-13 equivalents. |
BooleanProperty |
enable
enable enables or disables the symbology. |
BooleanProperty |
sendChecksum
sendChecksum includes the checksum in the label
transmission. |
BooleanProperty |
sendSystemDigit
sendSystemDigit includes the system digit in the label
transmission. |
CharacterProperty |
userID
userID specifies the symbology identifier (if any).The symbology identifier is sent with the label when the global decode property Formatting.sendCodeId is set to
SendCodeID.USERDEFINED_IDENTIFIER_BEFORE_LABEL or SendCodeID.USERDEFINED_IDENTIFIER_AFTER_LABEL. |
| Constructor and Description |
|---|
UpcA(PropertyGetter editor)
This is the constructor of UpcA.
|
getGroups, getId, getName, getProperties, getPropertyById, getPropertyByName, getPropertyGroupById, getPropertyGroupByName, isFullySupported, isSupported, load, setToDefault, storepublic BooleanProperty sendChecksum
sendChecksum includes the checksum in the label
transmission.public BooleanProperty sendSystemDigit
sendSystemDigit includes the system digit in the label
transmission. For UPC-A the system digit is always zero.public BooleanProperty convertToEan13
convertToEan13 allows to expand the UPC-A labels to their
EAN-13 equivalents. Any EAN-13 parameters will then apply to the result.public BooleanProperty compositeEnable
compositeEnable allows to use UPC-A labels in composite barcode.public BooleanProperty enable
enable enables or disables the symbology.public CharacterProperty userID
userID specifies the symbology identifier (if any).Formatting.sendCodeId is set to
SendCodeID.USERDEFINED_IDENTIFIER_BEFORE_LABEL or SendCodeID.USERDEFINED_IDENTIFIER_AFTER_LABEL.public UpcA(PropertyGetter editor)
editor - A PropertyGetter used to load the current barcode family.