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

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

Introduction

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

The text is from its open source code.

Constructor

Barcode128()
Creates new Barcode128

Method

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.
voidsetFont(BaseFont font)
Sets the text font.
voidsetGenerateChecksum(boolean generateChecksum)
Setter for property generateChecksum.
voidsetSize(float size)
Sets the size of the text.
voidsetX(float x)
Sets the minimum bar width.