Class MsiBarcodeElement


public class MsiBarcodeElement extends TextBarcodeElement
Represents a MSI Barcode element (also known as Modified Plessey).
  • Constructor Details

    • MsiBarcodeElement

      public MsiBarcodeElement(String value, ElementPlacement placement, float height, float xOffset, float yOffset)
      Initializes a new instance of the MsiBarcodeElement class
      Parameters:
      value - The value of the barcode.
      placement - The placement of the barcode on the page.
      height - The height of the barcode.
      xOffset - The X coordinate of the barcode.
      yOffset - The Y coordinate of the barcode.
    • MsiBarcodeElement

      public MsiBarcodeElement(String value, ElementPlacement placement, float height)
      Initializes a new instance of the MsiBarcodeElement class
      Parameters:
      value - The value of the barcode.
      placement - The placement of the barcode on the page.
      height - The height of the barcode.
  • Method Details

    • getAppendCheckDigit

      public MsiBarcodeCheckDigitMode getAppendCheckDigit()
      Gets a value specifying if the check digit should calculated.
      Returns:
      A value specifying if the check digit should calculated.
    • setAppendCheckDigit

      public void setAppendCheckDigit(MsiBarcodeCheckDigitMode value)
      Sets a value specifying if the check digit should calculated.
      Parameters:
      value - A value specifying if the check digit should calculated.
    • getHeight

      public float getHeight()
      Gets the height of the barcode.
      Returns:
      The height of the barcode.
    • setHeight

      public void setHeight(float value)
      Sets the height of the barcode.
      Parameters:
      value - The height of the barcode.