public class Composite extends PropertyGroup
Composite is the class that configures the EAN.UCC Composite
and GS1 Composite Symbologies.
The class provides controls over Composite barcode labels (CC-A, CC-B, CC-C and GS1 Composite).| Modifier and Type | Field and Description |
|---|---|
BooleanProperty |
convertToGs1_128
convertToGs1_128 convert the Composite label to a sequence of one or more
GS1-128 barcodes. |
BooleanProperty |
enable
enable enables or disables the symbology. |
BooleanProperty |
linearTransmissionEnable
linearTransmissionEnable enable linear code transmission. |
EnumProperty<UpcEanCompositeMode> |
upcEanMode
upcEanMode controls UPC/EAN label recognition mode. |
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 |
|---|
Composite(PropertyGetter editor)
This is the constructor of Composite.
|
getGroups, getId, getName, getProperties, getPropertyById, getPropertyByName, getPropertyGroupById, getPropertyGroupByName, isFullySupported, isSupported, load, setToDefault, storepublic EnumProperty<UpcEanCompositeMode> upcEanMode
upcEanMode controls UPC/EAN label recognition mode.public BooleanProperty convertToGs1_128
convertToGs1_128 convert the Composite label to a sequence of one or more
GS1-128 barcodes.public BooleanProperty linearTransmissionEnable
linearTransmissionEnable enable linear code transmission.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 Composite(PropertyGetter editor)
editor - A PropertyGetter used to load the current configuration.