Class Code39BarcodeElement


public class Code39BarcodeElement extends TextBarcodeElement
Represents a Code 3 of 9 barcode element.

This class can be used to place a Code 3 of 9 barcode on a page.

  • Constructor Details

    • Code39BarcodeElement

      public Code39BarcodeElement(String value, ElementPlacement placement, float height, float xOffset, float yOffset)
      Initializes a new instance of the Code39BarcodeElement 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.
    • Code39BarcodeElement

      public Code39BarcodeElement(String value, ElementPlacement placement, float height)
      Initializes a new instance of the Code39BarcodeElement 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

    • 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.