public class UpcE extends PropertyGroup
UpcE is the class that configures the UPC-E Symbology.| Modifier and Type | Field and Description |
|---|---|
BooleanProperty |
compositeEnable
compositeEnable allows to use UPC-E labels in composite barcode. |
BooleanProperty |
convertToUpcA
convertToUpcA allows to expand the UPC-E labels to their
UPC-A 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. |
BooleanProperty |
upce1ExtensionEnable
upce1ExtensionEnable enables decoding of the UPC-E1 Symbology
variation of UPC-E code. |
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 |
|---|
UpcE(PropertyGetter editor)
This is the constructor of UpcE.
|
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-E the system digit is always zero.public BooleanProperty convertToUpcA
convertToUpcA allows to expand the UPC-E labels to their
UPC-A equivalents. Any UPC-A parameters will then apply to the result.public BooleanProperty upce1ExtensionEnable
upce1ExtensionEnable enables decoding of the UPC-E1 Symbology
variation of UPC-E code.public BooleanProperty compositeEnable
compositeEnable allows to use UPC-E 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 UpcE(PropertyGetter editor)
editor - A PropertyGetter used to load the current barcode family.