| java.lang.Object | ||
| ↳ | com.datalogic.device.configuration.PropertyGroup | |
| ↳ | com.datalogic.decode.configuration.Ean13 | |
Ean13 is the class that configures the EAN-13 Symbology.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| aggressiveness | aggressiveness control the aggressiveness for all the UPC/EAN symbologies. | 
      ||||||||||
| compositeEnable | compositeEnable allows to use EAN-13 labels in composite barcode. | 
      ||||||||||
| convertToGTIN | convertToGTIN allows to convert EAN-13 labels to GTIN. | 
      ||||||||||
| convertToISBN | convertToISBN allows to identify ISBN labels and append the
 check digit (per ISBN guidelines) to the end of the label. | 
      ||||||||||
| convertToISSN | convertToISSN allows to identify ISSN labels and append the
 check digit (per ISSN guidelines) to the end of the label. | 
      ||||||||||
| enable | enable enables or disables the symbology. | 
      ||||||||||
| sendChecksum | sendChecksum includes the checksum in the label
 transmission. | 
      ||||||||||
| sendSystemDigit | sendSystemDigit includes the system digit in the label
 transmission, it configures whether the first character should be transmitted. | 
      ||||||||||
| userID | userID specifies the symbology identifier (if any). | 
      ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This is the constructor of Ean13. 
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  com.datalogic.device.configuration.PropertyGroup
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
aggressiveness control the aggressiveness for all the UPC/EAN symbologies.
compositeEnable allows to use EAN-13 labels in composite barcode.
convertToGTIN allows to convert EAN-13 labels to GTIN.
convertToISBN allows to identify ISBN labels and append the
 check digit (per ISBN guidelines) to the end of the label.
convertToISSN allows to identify ISSN labels and append the
 check digit (per ISSN guidelines) to the end of the label.
sendChecksum includes the checksum in the label
 transmission.
sendSystemDigit includes the system digit in the label
 transmission, it configures whether the first character should be transmitted.
userID specifies the symbology identifier (if any).
 The symbology identifier is sent with the label when the
 global decode property sendCodeId is set to
 USERDEFINED_IDENTIFIER_BEFORE_LABEL or USERDEFINED_IDENTIFIER_AFTER_LABEL.
This is the constructor of Ean13. All symbology options are initialized by editor.
| editor | A PropertyGetter used to load the current barcode family.
 | 
        
|---|