Class SimpleBarcodesAttributeNames


  • public class SimpleBarcodesAttributeNames
    extends Object
    This class holds the different attribute names used in SimpleBarcodes module.
    Author:
    Thomas Morgner
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String BAR_HEIGHT_ATTRIBUTE
      This attribute represents the height of the bars.
      Bar height is often constrained by the barcode total width in order to ensure that barcode readers will read it properly.
      static String BAR_WIDTH_ATTRIBUTE
      This attribute represents the width if the narrow bars.
      static String CHECKSUM_ATTRIBUTE
      This attributes enables or disables the generation of a checksum, not all symbology support this attribute.
      static String NAMESPACE  
      static String SHOW_TEXT_ATTRIBUTE
      This attribute enables or disables the printing of the barcode string representation located under the barcode.
      static String TYPE_ATTRIBUTE
      This attribute represents the barcode symbology, it can be one of the following: 3of9, 3of9ext, code39, code39ext, usd3, usd3ext, usd-3, usd-3ext, codabar, code27, usd4, 2of7, monarch, nw7, usd-4, nw-7, ean13, ean-13, upca, upc-a, isbn, bookland, code128, code128a, code128b, code128c, uccean128, 2of5, std2of5, int2of5, postnet or pdf417.
    • Field Detail

      • TYPE_ATTRIBUTE

        public static final String TYPE_ATTRIBUTE
        This attribute represents the barcode symbology, it can be one of the following: 3of9, 3of9ext, code39, code39ext, usd3, usd3ext, usd-3, usd-3ext, codabar, code27, usd4, 2of7, monarch, nw7, usd-4, nw-7, ean13, ean-13, upca, upc-a, isbn, bookland, code128, code128a, code128b, code128c, uccean128, 2of5, std2of5, int2of5, postnet or pdf417.
        See Also:
        SimpleBarcodesUtility, Constant Field Values
      • CHECKSUM_ATTRIBUTE

        public static final String CHECKSUM_ATTRIBUTE
        This attributes enables or disables the generation of a checksum, not all symbology support this attribute.
        See Also:
        Constant Field Values
      • BAR_WIDTH_ATTRIBUTE

        public static final String BAR_WIDTH_ATTRIBUTE
        This attribute represents the width if the narrow bars.
        See Also:
        Constant Field Values
      • BAR_HEIGHT_ATTRIBUTE

        public static final String BAR_HEIGHT_ATTRIBUTE
        This attribute represents the height of the bars.
        Bar height is often constrained by the barcode total width in order to ensure that barcode readers will read it properly. It means that if this property is set too small it may be (silently) ignored by the barcode element.
        See Also:
        Constant Field Values
      • SHOW_TEXT_ATTRIBUTE

        public static final String SHOW_TEXT_ATTRIBUTE
        This attribute enables or disables the printing of the barcode string representation located under the barcode.
        See Also:
        Constant Field Values