Java com.itextpdf.text.pdf Barcode39 fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text.pdf Barcode39 fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text.pdf Barcode39.

The text is from its open source code.

Constructor

Barcode39()
Creates a new Barcode39.

Method

java.awt.ImagecreateAwtImage(java.awt.Color foreground, java.awt.Color background)
Creates a java.awt.Image.
ImagecreateImageWithBarcode(PdfContentByte cb, BaseColor barColor, BaseColor textColor)
Creates an Image with the barcode.
voidsetBarHeight(float barHeight)
Sets the height of the bars.
voidsetCode(String code)
Sets the code to generate.
voidsetCodeType(int codeType)
Sets the code type.
voidsetExtended(boolean extended)
Sets the property to generate extended barcode 39.
voidsetFont(BaseFont font)
Sets the text font.
voidsetStartStopText(boolean startStopText)
Gets the property to show the start and stop character '*' in the text for the barcode 39.
voidsetTextAlignment(int textAlignment)
Sets the text alignment.
voidsetX(float x)
Sets the minimum bar width.