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

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

Introduction

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

The text is from its open source code.

Field

intEAN13
A type of barcode
intEAN8
A type of barcode
intUPCA
A type of barcode
intUPCE
A type of barcode
intSUPP5
A type of barcode
intPLANET
A type of barcode
intCODE128_UCC
A type of barcode
intCODE128_RAW
A type of barcode

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.
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.
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.