public class Ean13 extends PropertyGroup
Ean13 is the class that configures the EAN-13 Symbology.| Modifier and Type | Field and Description |
|---|---|
BooleanProperty |
compositeEnable
compositeEnable allows to use EAN-13 labels in composite barcode. |
BooleanProperty |
convertToISBN
convertToISBN allows to identify ISBN labels and append the
check digit (per ISBN guidelines) to the end of the label. |
BooleanProperty |
convertToISSN
convertToISSN allows to identify ISSN labels and append the
check digit (per ISSN guidelines) to the end of the label. |
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, it configures whether the first character should be transmitted. |
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 |
|---|
Ean13(PropertyGetter editor)
This is the constructor of Ean13.
|
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, it configures whether the first character should be transmitted.public BooleanProperty convertToISBN
convertToISBN allows to identify ISBN labels and append the
check digit (per ISBN guidelines) to the end of the label.public BooleanProperty convertToISSN
convertToISSN allows to identify ISSN labels and append the
check digit (per ISSN guidelines) to the end of the label.public BooleanProperty compositeEnable
compositeEnable allows to use EAN-13 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 Ean13(PropertyGetter editor)
editor - A PropertyGetter used to load the current barcode family.