com.spire.pdf.barcode
Class PdfCode128ABarcode

java.lang.Object
  extended by com.spire.pdf.barcode.PdfBarcode
      extended by com.spire.pdf.barcode.PdfUnidimensionalBarcode
          extended by com.spire.pdf.barcode.PdfCode128ABarcode

public class PdfCode128ABarcode
extends PdfUnidimensionalBarcode

Represents a Code128A barcode.

See Also:
Only the following symbols are allowed in a Code 128 A barcode: NUL (\x00) SOH (\x01) STX (\x02) ETX (\x03) EOT (\x04) ENQ (\x05) ACK (\x06) BEL (\x07) BS (\x08) HT (\x09) LF (\x0A) VT (\x0B) FF (\x0C) CR (\x0D) SO (\x0E) SI (\x0F) DLE (\x10) DC1 (\x11) DC2 (\x12) DC3 (\x13) DC4 (\x14) NAK (\x15) SYN (\x16) ETB (\x17) CAN (\x18) EM (\x19) SUB (\x1A) ESC (\x1B) FS (\x1C) GS (\x1D) RS (\x1E) US (\x1F) SPACE ! # $ % ' * + , - . 0 1 2 3 4 5 6 7 8 9 : ; ? @ 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 [ \ ]^ _ FNC1 (\xF0) FNC2 (\xF1) FNC3 (\xF2) FNC4

Constructor Summary
PdfCode128ABarcode()
          Initializes a new instance of the class.
PdfCode128ABarcode(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

PdfCode128ABarcode

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


PdfCode128ABarcode

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

Parameters:
text - The Barcode Text.