com.spire.pdf.barcode
Class PdfCode39Barcode

java.lang.Object
  extended by com.spire.pdf.barcode.PdfBarcode
      extended by com.spire.pdf.barcode.PdfUnidimensionalBarcode
          extended by com.spire.pdf.barcode.PdfCode39Barcode
Direct Known Subclasses:
PdfCode32Barcode, PdfCode39ExtendedBarcode

public class PdfCode39Barcode
extends PdfUnidimensionalBarcode

Represents a Code39 barcode. Only the following symbols are allowed in a Code 39 barcode:Only the following symbols are allowed in a Code 39 barcode: 1 2 3 4 5 6 7 8 9 0 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z - . $ / + % SPACE All alphabetic characters are uppercase. If lowercase characters are required, then a Code 39 Extended barcode must be used.


Constructor Summary
PdfCode39Barcode()
          Initializes a new instance of the class.
PdfCode39Barcode(java.lang.String text)
          Initializes a new instance of the class.
 
Method Summary
 
Methods inherited from class com.spire.pdf.barcode.PdfUnidimensionalBarcode
draw, draw, draw, getEnableCheckDigit, getEncodeStartStopSymbols, getShowCheckDigit, setBarcodeToTextGapHeight, setEnableCheckDigit, setShowCheckDigit, setTextAlignment, setTextDisplayLocation, toImage
 
Methods inherited from class com.spire.pdf.barcode.PdfBarcode
getBackColor, getBarColor, getBarHeight, getBounds, getExtendedText, getLocation, getNarrowBarWidth, getQuietZone, getSize, getText, getTextColor, setBackColor, setBarColor, setBarHeight, setBounds, setExtendedText, setLocation, setNarrowBarWidth, setText, setTextColor
 

Constructor Detail

PdfCode39Barcode

public PdfCode39Barcode()
Initializes a new instance of the class.


PdfCode39Barcode

public PdfCode39Barcode(java.lang.String text)
Initializes a new instance of the class.

Parameters:
text - The Barcode text.