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

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

Introduction

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

The text is from its open source code.

Constructor

Barcode39()
Creates a new Barcode39.

Method

ImagecreateImageWithBarcode(PdfContentByte cb, Color barColor, Color textColor)
Creates an Image with the barcode.
voidsetBarHeight(float barHeight)
Sets the height of the bars.
voidsetCode(String code)
Sets the code to generate.
voidsetExtended(boolean extended)
Sets the property to generate extended barcode 39.
voidsetFont(BaseFont font)
Sets the text font.
voidsetSize(float size)
Sets the size of the text.
voidsetStartStopText(boolean startStopText)
Gets the property to show the start and stop character '*' in the text for the barcode 39.