public class Formatting extends PropertyGroup
Formatting is the class that configures the properties related
to barcode text formatting.| Modifier and Type | Field and Description |
|---|---|
EnumProperty<ECIPolicy> |
eciPolicy
eciPolicy selects the policy used to handle ECI. |
BooleanProperty |
externalFormatting
externalFormatting enables the external formatting service. |
TextProperty |
gsSubstitution
gsSubstitution is a string of Unicode characters that
replaces each occurrence of GS (ASCII code 0x1D) in the scanned data. |
TextProperty |
labelPrefix
labelPrefix is a string of Unicode characters sent
immediatly before symbology identifier. |
TextProperty |
labelSuffix
labelSuffix is a string of Unicode characters sent after the
final character in data. |
BooleanProperty |
removeNonPrintableChars
removeNonPrintableChars removes all characters in the range
0x00-0x1F and the single character 0x7F from the scanned data. |
EnumProperty<SendCodeID> |
sendCodeId
sendCodeId selects the symbology identifier to be
transmitted along with the scanned data. |
| Constructor and Description |
|---|
Formatting(PropertyGetter editor)
This is the constructor of Formatting.
|
getGroups, getId, getName, getProperties, getPropertyById, getPropertyByName, getPropertyGroupById, getPropertyGroupByName, isFullySupported, isSupported, load, setToDefault, storepublic EnumProperty<SendCodeID> sendCodeId
sendCodeId selects the symbology identifier to be
transmitted along with the scanned data.public TextProperty gsSubstitution
gsSubstitution is a string of Unicode characters that
replaces each occurrence of GS (ASCII code 0x1D) in the scanned data.public TextProperty labelPrefix
labelPrefix is a string of Unicode characters sent
immediatly before symbology identifier.public TextProperty labelSuffix
labelSuffix is a string of Unicode characters sent after the
final character in data.public BooleanProperty removeNonPrintableChars
removeNonPrintableChars removes all characters in the range
0x00-0x1F and the single character 0x7F from the scanned data. The length check for
each symbology is evaluated before any characters are removed. Characters in
the code ID, prefix, suffix, or separator won't be removed.public BooleanProperty externalFormatting
externalFormatting enables the external formatting service.public EnumProperty<ECIPolicy> eciPolicy
eciPolicy selects the policy used to handle ECI.public Formatting(PropertyGetter editor)
editor - A PropertyGetter used to load the current barcode family.