Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X 

A

ABSOLUTE_MAX_TEXT_SIZE - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
add(char, int, int) - Method in class com.itextpdf.barcodes.BarcodePDF417.SegmentList
 
AL - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
ALIGN_CENTER - Static variable in class com.itextpdf.barcodes.Barcode1D
 
ALIGN_LEFT - Static variable in class com.itextpdf.barcodes.Barcode1D
 
ALIGN_RIGHT - Static variable in class com.itextpdf.barcodes.Barcode1D
 
ALPHA - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
altText - Variable in class com.itextpdf.barcodes.Barcode1D
The alternate text to be used, if present.
AS - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
assemble() - Method in class com.itextpdf.barcodes.BarcodePDF417
 

B

Barcode128 - Class in com.itextpdf.barcodes
 
Barcode128(PdfDocument) - Constructor for class com.itextpdf.barcodes.Barcode128
Creates new Barcode128.
Barcode128(PdfDocument, PdfFont) - Constructor for class com.itextpdf.barcodes.Barcode128
Creates new Barcode128, which will use the provided font
Barcode128.Barcode128CodeSet - Enum in com.itextpdf.barcodes
 
Barcode1D - Class in com.itextpdf.barcodes
 
Barcode1D(PdfDocument) - Constructor for class com.itextpdf.barcodes.Barcode1D
 
Barcode2D - Class in com.itextpdf.barcodes
 
Barcode2D() - Constructor for class com.itextpdf.barcodes.Barcode2D
 
Barcode39 - Class in com.itextpdf.barcodes
 
Barcode39(PdfDocument) - Constructor for class com.itextpdf.barcodes.Barcode39
Creates a new Barcode39.
Barcode39(PdfDocument, PdfFont) - Constructor for class com.itextpdf.barcodes.Barcode39
Creates a new Barcode39.
BarcodeCodabar - Class in com.itextpdf.barcodes
 
BarcodeCodabar(PdfDocument) - Constructor for class com.itextpdf.barcodes.BarcodeCodabar
Creates a new BarcodeCodabar.
BarcodeCodabar(PdfDocument, PdfFont) - Constructor for class com.itextpdf.barcodes.BarcodeCodabar
Creates a new BarcodeCodabar.
BarcodeDataMatrix - Class in com.itextpdf.barcodes
 
BarcodeDataMatrix() - Constructor for class com.itextpdf.barcodes.BarcodeDataMatrix
Creates an instance of this class.
BarcodeDataMatrix(String) - Constructor for class com.itextpdf.barcodes.BarcodeDataMatrix
 
BarcodeDataMatrix(String, String) - Constructor for class com.itextpdf.barcodes.BarcodeDataMatrix
 
BarcodeEAN - Class in com.itextpdf.barcodes
 
BarcodeEAN(PdfDocument) - Constructor for class com.itextpdf.barcodes.BarcodeEAN
Creates new BarcodeEAN.
BarcodeEAN(PdfDocument, PdfFont) - Constructor for class com.itextpdf.barcodes.BarcodeEAN
Creates new BarcodeEAN
BarcodeEANSUPP - Class in com.itextpdf.barcodes
 
BarcodeEANSUPP(Barcode1D, Barcode1D) - Constructor for class com.itextpdf.barcodes.BarcodeEANSUPP
Creates new combined barcode.
BarcodeInter25 - Class in com.itextpdf.barcodes
Implements the code interleaved 2 of 5.
BarcodeInter25(PdfDocument) - Constructor for class com.itextpdf.barcodes.BarcodeInter25
Creates new BarcodeInter25.
BarcodeInter25(PdfDocument, PdfFont) - Constructor for class com.itextpdf.barcodes.BarcodeInter25
Creates new BarcodeInter25
BarcodeMSI - Class in com.itextpdf.barcodes
Implements the MSI Barcode.
BarcodeMSI(PdfDocument) - Constructor for class com.itextpdf.barcodes.BarcodeMSI
Creates a new BarcodeMSI.
BarcodeMSI(PdfDocument, PdfFont) - Constructor for class com.itextpdf.barcodes.BarcodeMSI
Creates a new BarcodeMSI
BarcodePDF417 - Class in com.itextpdf.barcodes
 
BarcodePDF417() - Constructor for class com.itextpdf.barcodes.BarcodePDF417
Creates a new BarcodePDF417 with the default settings.
BarcodePDF417.Segment - Class in com.itextpdf.barcodes
 
BarcodePDF417.SegmentList - Class in com.itextpdf.barcodes
 
BarcodePostnet - Class in com.itextpdf.barcodes
 
BarcodePostnet(PdfDocument) - Constructor for class com.itextpdf.barcodes.BarcodePostnet
 
BarcodeQRCode - Class in com.itextpdf.barcodes
A QRCode implementation based on the zxing code.
BarcodeQRCode(String, Map<EncodeHintType, Object>) - Constructor for class com.itextpdf.barcodes.BarcodeQRCode
Creates the QR barcode.
BarcodeQRCode(String) - Constructor for class com.itextpdf.barcodes.BarcodeQRCode
Creates the QR barcode with default error correction level (ErrorCorrectionLevel.L) and default character set (ISO-8859-1).
BarcodeQRCode() - Constructor for class com.itextpdf.barcodes.BarcodeQRCode
 
barHeight - Variable in class com.itextpdf.barcodes.Barcode1D
The height of the bars.
baseline - Variable in class com.itextpdf.barcodes.Barcode1D
If positive, the text distance under the bars.
basicNumberCompaction(int, int) - Method in class com.itextpdf.barcodes.BarcodePDF417
 
bitPtr - Variable in class com.itextpdf.barcodes.BarcodePDF417
 
BYTE_MODE - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
BYTE_MODE_6 - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
byteCompaction6(int) - Method in class com.itextpdf.barcodes.BarcodePDF417
 
ByteMatrix - Class in com.itextpdf.barcodes.qrcode
A class which wraps a 2D array of bytes.
ByteMatrix(int, int) - Constructor for class com.itextpdf.barcodes.qrcode.ByteMatrix
Create a ByteMatix of given width and height, with the values initialized to 0
BYTESHIFT - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 

C

calculateChecksum(String) - Static method in class com.itextpdf.barcodes.BarcodeCodabar
 
calculateEANParity(String) - Static method in class com.itextpdf.barcodes.BarcodeEAN
Calculates the EAN parity character.
calculateErrorCorrection(int) - Method in class com.itextpdf.barcodes.BarcodePDF417
 
CHARACTER_SET - Static variable in class com.itextpdf.barcodes.qrcode.EncodeHintType
Specifies what character encoding to use where applicable (type String)
checkSegmentType(BarcodePDF417.Segment, char) - Method in class com.itextpdf.barcodes.BarcodePDF417
 
checksumText - Variable in class com.itextpdf.barcodes.Barcode1D
Shows the generated checksum in the the text.
clear(byte) - Method in class com.itextpdf.barcodes.qrcode.ByteMatrix
Resets the contents of the entire matrix to value
code - Variable in class com.itextpdf.barcodes.Barcode1D
The code to generate.
CODE128 - Static variable in class com.itextpdf.barcodes.Barcode128
A type of barcode
CODE128_RAW - Static variable in class com.itextpdf.barcodes.Barcode128
A type of barcode
CODE128_UCC - Static variable in class com.itextpdf.barcodes.Barcode128
A type of barcode
CODE_A - Static variable in class com.itextpdf.barcodes.Barcode128
 
CODE_AB_TO_C - Static variable in class com.itextpdf.barcodes.Barcode128
The charset code change.
CODE_AC_TO_B - Static variable in class com.itextpdf.barcodes.Barcode128
The charset code change.
CODE_BC_TO_A - Static variable in class com.itextpdf.barcodes.Barcode128
The charset code change.
CODE_C - Static variable in class com.itextpdf.barcodes.Barcode128
 
codeType - Variable in class com.itextpdf.barcodes.Barcode1D
The code type.
com.itextpdf.barcodes - package com.itextpdf.barcodes
 
com.itextpdf.barcodes.dmcode - package com.itextpdf.barcodes.dmcode
 
com.itextpdf.barcodes.qrcode - package com.itextpdf.barcodes.qrcode
 
convertUPCAtoUPCE(String) - Static method in class com.itextpdf.barcodes.BarcodeEAN
Converts an UPCA code into an UPCE code.
createAwtImage(Color, Color) - Method in class com.itextpdf.barcodes.Barcode128
Creates a java.awt.Image.
createAwtImage(Color, Color) - Method in class com.itextpdf.barcodes.Barcode1D
Creates a java.awt.Image.
createAwtImage(Color, Color) - Method in class com.itextpdf.barcodes.Barcode39
Creates a java.awt.Image.
createAwtImage(Color, Color) - Method in class com.itextpdf.barcodes.BarcodeCodabar
Creates a java.awt.Image.
createAwtImage(Color, Color) - Method in class com.itextpdf.barcodes.BarcodeDataMatrix
Creates a java.awt.Image.
createAwtImage(Color, Color) - Method in class com.itextpdf.barcodes.BarcodeEAN
Creates a java.awt.Image.
createAwtImage(Color, Color) - Method in class com.itextpdf.barcodes.BarcodeEANSUPP
Creates a java.awt.Image.
createAwtImage(Color, Color) - Method in class com.itextpdf.barcodes.BarcodeInter25
Creates a java.awt.Image.
createAwtImage(Color, Color) - Method in class com.itextpdf.barcodes.BarcodeMSI
Creates a java.awt.Image.
createAwtImage(Color, Color) - Method in class com.itextpdf.barcodes.BarcodePDF417
Creates a java.awt.Image.
createAwtImage(Color, Color) - Method in class com.itextpdf.barcodes.BarcodePostnet
 
createAwtImage(Color, Color) - Method in class com.itextpdf.barcodes.BarcodeQRCode
Creates a java.awt.Image.
createFormXObject(PdfDocument) - Method in class com.itextpdf.barcodes.Barcode1D
Creates a PdfFormXObject with the barcode.
createFormXObject(Color, Color, PdfDocument) - Method in class com.itextpdf.barcodes.Barcode1D
Creates a PdfFormXObject with the barcode.
createFormXObject(PdfDocument) - Method in class com.itextpdf.barcodes.Barcode2D
Creates a PdfFormXObject with the barcode.
createFormXObject(Color, PdfDocument) - Method in class com.itextpdf.barcodes.Barcode2D
Creates a PdfFormXObject with the barcode.
createFormXObject(Color, PdfDocument) - Method in class com.itextpdf.barcodes.BarcodeDataMatrix
 
createFormXObject(Color, float, PdfDocument) - Method in class com.itextpdf.barcodes.BarcodeDataMatrix
Creates a PdfFormXObject with the barcode with given module width and module height.
createFormXObject(Color, PdfDocument) - Method in class com.itextpdf.barcodes.BarcodePDF417
Creates a PdfFormXObject with the barcode.
createFormXObject(Color, float, float, PdfDocument) - Method in class com.itextpdf.barcodes.BarcodePDF417
Creates a PdfFormXObject with the barcode with given module width and module height.
createFormXObject(Color, PdfDocument) - Method in class com.itextpdf.barcodes.BarcodeQRCode
Creates a PdfFormXObject with the barcode.
createFormXObject(Color, float, PdfDocument) - Method in class com.itextpdf.barcodes.BarcodeQRCode
Creates a PdfFormXObject with the barcode.
cwPtr - Variable in class com.itextpdf.barcodes.BarcodePDF417
 

D

dataBlock - Variable in class com.itextpdf.barcodes.dmcode.DmParams
 
dataSize - Variable in class com.itextpdf.barcodes.dmcode.DmParams
 
DEFAUL_MODULE_HEIGHT - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
DEFAUL_MODULE_WIDTH - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
DEFAULT_BAR_BACKGROUND_COLOR - Variable in class com.itextpdf.barcodes.Barcode1D
The default color to draw if a bar is not present.
DEFAULT_BAR_FOREGROUND_COLOR - Variable in class com.itextpdf.barcodes.Barcode1D
The default color to draw if a bar is present.
DEFAULT_DATA_MATRIX_ENCODING - Static variable in class com.itextpdf.barcodes.BarcodeDataMatrix
 
DEFAULT_MODULE_SIZE - Static variable in class com.itextpdf.barcodes.Barcode2D
 
DEL - Static variable in class com.itextpdf.barcodes.Barcode128
 
DM_ASCII - Static variable in class com.itextpdf.barcodes.BarcodeDataMatrix
ASCII encodation.
DM_AUTO - Static variable in class com.itextpdf.barcodes.BarcodeDataMatrix
The best encodation will be used.
DM_B256 - Static variable in class com.itextpdf.barcodes.BarcodeDataMatrix
Binary encodation.
DM_C40 - Static variable in class com.itextpdf.barcodes.BarcodeDataMatrix
C40 encodation.
DM_EDIFACT - Static variable in class com.itextpdf.barcodes.BarcodeDataMatrix
EDIFACT encodation.
DM_ERROR_EXTENSION - Static variable in class com.itextpdf.barcodes.BarcodeDataMatrix
An error while parsing an extension.
DM_ERROR_INVALID_SQUARE - Static variable in class com.itextpdf.barcodes.BarcodeDataMatrix
The dimensions given for the symbol are illegal.
DM_ERROR_TEXT_TOO_BIG - Static variable in class com.itextpdf.barcodes.BarcodeDataMatrix
The text is too big for the symbology capabilities.
DM_EXTENSION - Static variable in class com.itextpdf.barcodes.BarcodeDataMatrix
Allows extensions to be embedded at the start of the text.
DM_NO_ERROR - Static variable in class com.itextpdf.barcodes.BarcodeDataMatrix
No error.
DM_RAW - Static variable in class com.itextpdf.barcodes.BarcodeDataMatrix
No encodation needed.
DM_TEST - Static variable in class com.itextpdf.barcodes.BarcodeDataMatrix
Doesn't generate the image but returns all the other information.
DM_TEXT - Static variable in class com.itextpdf.barcodes.BarcodeDataMatrix
TEXT encodation.
DM_X12 - Static variable in class com.itextpdf.barcodes.BarcodeDataMatrix
X12 encodation.
DmParams - Class in com.itextpdf.barcodes.dmcode
 
DmParams(int, int, int, int, int, int, int) - Constructor for class com.itextpdf.barcodes.dmcode.DmParams
Creates a DM code parameter block
document - Variable in class com.itextpdf.barcodes.Barcode1D
 
doPlacement(int, int) - Static method in class com.itextpdf.barcodes.dmcode.Placement
Execute the placement
dumpList() - Method in class com.itextpdf.barcodes.BarcodePDF417
 

E

ean - Variable in class com.itextpdf.barcodes.BarcodeEANSUPP
The barcode with the EAN/UPC.
EAN13 - Static variable in class com.itextpdf.barcodes.BarcodeEAN
A type of barcode
EAN8 - Static variable in class com.itextpdf.barcodes.BarcodeEAN
A type of barcode
encode(String, int, int) - Method in class com.itextpdf.barcodes.qrcode.QRCodeWriter
Encode a string into a QR code with dimensions width x height, using error-correction level L and the smallest version for which he contents fit into the QR-code?
encode(String, int, int, Map<EncodeHintType, Object>) - Method in class com.itextpdf.barcodes.qrcode.QRCodeWriter
Encode a string into a QR code with dimensions width x height.
EncodeHintType - Class in com.itextpdf.barcodes.qrcode
These are a set of hints that you may pass to Writers to specify their behavior.
end - Variable in class com.itextpdf.barcodes.BarcodePDF417.Segment
 
ERROR_CORRECTION - Static variable in class com.itextpdf.barcodes.qrcode.EncodeHintType
Specifies what degree of error correction to use, for example in QR Codes (type Integer).
errorBlock - Variable in class com.itextpdf.barcodes.dmcode.DmParams
 
ErrorCorrectionLevel - Class in com.itextpdf.barcodes.qrcode
See ISO 18004:2006, 6.5.1.
extended - Variable in class com.itextpdf.barcodes.Barcode1D
Generates extended barcode 39.

F

fitWidth(float) - Method in class com.itextpdf.barcodes.Barcode1D
Make the barcode occupy the specified width.
fitWidth(float) - Method in class com.itextpdf.barcodes.BarcodePostnet
 
FNC1 - Static variable in class com.itextpdf.barcodes.Barcode128
 
FNC1_INDEX - Static variable in class com.itextpdf.barcodes.Barcode128
The code for UCC/EAN-128.
FNC2 - Static variable in class com.itextpdf.barcodes.Barcode128
 
FNC3 - Static variable in class com.itextpdf.barcodes.Barcode128
 
FNC4 - Static variable in class com.itextpdf.barcodes.Barcode128
 
font - Variable in class com.itextpdf.barcodes.Barcode1D
The text font.
forBits(int) - Static method in class com.itextpdf.barcodes.qrcode.ErrorCorrectionLevel
 

G

generateChecksum - Variable in class com.itextpdf.barcodes.Barcode1D
The optional checksum generation.
generateECC(byte[], int, int, int) - Static method in class com.itextpdf.barcodes.dmcode.ReedSolomon
Calculates the error correction code for the given parameters.
get(int) - Method in class com.itextpdf.barcodes.BarcodePDF417.SegmentList
 
get(int, int) - Method in class com.itextpdf.barcodes.qrcode.ByteMatrix
Get the value of the byte at (x,y)
getAltText() - Method in class com.itextpdf.barcodes.Barcode1D
Gets the alternate text.
getArray() - Method in class com.itextpdf.barcodes.qrcode.ByteMatrix
 
getAspectRatio() - Method in class com.itextpdf.barcodes.BarcodePDF417
Gets the barcode aspect ratio.
getBarcodeSize() - Method in class com.itextpdf.barcodes.Barcode128
Gets the maximum area that the barcode and the text, if any, will occupy.
getBarcodeSize() - Method in class com.itextpdf.barcodes.Barcode1D
Gets the maximum area that the barcode and the text, if any, will occupy.
getBarcodeSize() - Method in class com.itextpdf.barcodes.Barcode2D
Gets the maximum area that the barcode and the text, if any, will occupy.
getBarcodeSize() - Method in class com.itextpdf.barcodes.Barcode39
Gets the maximum area that the barcode and the text, if any, will occupy.
getBarcodeSize() - Method in class com.itextpdf.barcodes.BarcodeCodabar
Gets the maximum area that the barcode and the text, if any, will occupy.
getBarcodeSize() - Method in class com.itextpdf.barcodes.BarcodeDataMatrix
 
getBarcodeSize(float, float) - Method in class com.itextpdf.barcodes.BarcodeDataMatrix
Gets the barcode size
getBarcodeSize() - Method in class com.itextpdf.barcodes.BarcodeEAN
Gets the maximum area that the barcode and the text, if any, will occupy.
getBarcodeSize() - Method in class com.itextpdf.barcodes.BarcodeEANSUPP
Gets the maximum area that the barcode and the text, if any, will occupy.
getBarcodeSize() - Method in class com.itextpdf.barcodes.BarcodeInter25
Gets the maximum area that the barcode and the text, if any, will occupy.
getBarcodeSize() - Method in class com.itextpdf.barcodes.BarcodeMSI
Gets the maximum area that the barcode and the text, if any, will occupy.
getBarcodeSize() - Method in class com.itextpdf.barcodes.BarcodePDF417
 
getBarcodeSize() - Method in class com.itextpdf.barcodes.BarcodePostnet
 
getBarcodeSize() - Method in class com.itextpdf.barcodes.BarcodeQRCode
Gets the size of the barcode grid
getBarcodeSize(float) - Method in class com.itextpdf.barcodes.BarcodeQRCode
Gets the barcode size
getBarHeight() - Method in class com.itextpdf.barcodes.Barcode1D
Gets the height of the bars.
getBarsCodabar(String) - Static method in class com.itextpdf.barcodes.BarcodeCodabar
Creates the bars.
getBarsCode128Raw(String) - Static method in class com.itextpdf.barcodes.Barcode128
Generates the bars.
getBarsCode39(String) - Static method in class com.itextpdf.barcodes.Barcode39
Creates the bars.
getBarsEAN13(String) - Static method in class com.itextpdf.barcodes.BarcodeEAN
Creates the bars for the barcode EAN13 and UPCA.
getBarsEAN8(String) - Static method in class com.itextpdf.barcodes.BarcodeEAN
Creates the bars for the barcode EAN8.
getBarsInter25(String) - Static method in class com.itextpdf.barcodes.BarcodeInter25
Creates the bars for the barcode.
getBarsMSI(String) - Static method in class com.itextpdf.barcodes.BarcodeMSI
Creates the bars.
getBarsPostnet(String) - Static method in class com.itextpdf.barcodes.BarcodePostnet
Creates the bars for Postnet.
getBarsSupplemental2(String) - Static method in class com.itextpdf.barcodes.BarcodeEAN
Creates the bars for the barcode supplemental 2.
getBarsSupplemental5(String) - Static method in class com.itextpdf.barcodes.BarcodeEAN
Creates the bars for the barcode supplemental 5.
getBarsUPCE(String) - Static method in class com.itextpdf.barcodes.BarcodeEAN
Creates the bars for the barcode UPCE.
getBaseline() - Method in class com.itextpdf.barcodes.Barcode1D
Gets the text baseline.
getBitColumns() - Method in class com.itextpdf.barcodes.BarcodePDF417
Gets the number of X pixels of outBits.
getBits() - Method in class com.itextpdf.barcodes.qrcode.ErrorCorrectionLevel
 
getChecksum(String) - Static method in class com.itextpdf.barcodes.BarcodeInter25
Calculates the checksum.
getChecksum(String) - Static method in class com.itextpdf.barcodes.BarcodeMSI
Calculates the mod 10 checksum digit using the Luhn algorithm.
getCode() - Method in class com.itextpdf.barcodes.Barcode1D
Gets the code to generate.
getCode() - Method in class com.itextpdf.barcodes.BarcodePDF417
Gets the bytes that form the barcode.
getCode() - Method in class com.itextpdf.barcodes.BarcodeQRCode
Gets the current data.
getCode39Ex(String) - Static method in class com.itextpdf.barcodes.Barcode39
Converts the extended text into a normal, escaped text, ready to generate bars.
getCodeColumns() - Method in class com.itextpdf.barcodes.BarcodePDF417
Gets the number of barcode data columns.
getCodeRows() - Method in class com.itextpdf.barcodes.BarcodePDF417
Gets the number of Y pixels of outBits.
getCodeSet() - Method in class com.itextpdf.barcodes.Barcode128
 
getCodeType() - Method in class com.itextpdf.barcodes.Barcode1D
Gets the code type.
getCodewords() - Method in class com.itextpdf.barcodes.BarcodePDF417
Gets the codeword array.
getDescender() - Method in class com.itextpdf.barcodes.Barcode1D
 
getEncoding() - Method in class com.itextpdf.barcodes.BarcodeDataMatrix
 
getErrorLevel() - Method in class com.itextpdf.barcodes.BarcodePDF417
Gets the error level correction used for the barcode.
getFont() - Method in class com.itextpdf.barcodes.Barcode1D
Gets the text font.
getHeight() - Method in class com.itextpdf.barcodes.BarcodeDataMatrix
Gets the height of the barcode.
getHeight() - Method in class com.itextpdf.barcodes.qrcode.ByteMatrix
 
getHints() - Method in class com.itextpdf.barcodes.BarcodeQRCode
 
getHumanReadableUCCEAN(String) - Static method in class com.itextpdf.barcodes.Barcode128
Gets the human readable text of a sequence of AI.
getInkSpreading() - Method in class com.itextpdf.barcodes.Barcode1D
Gets the amount of ink spreading.
getLenCodewords() - Method in class com.itextpdf.barcodes.BarcodePDF417
Gets the length of the codewords.
getMaxSquare() - Method in class com.itextpdf.barcodes.BarcodePDF417
 
getN() - Method in class com.itextpdf.barcodes.Barcode1D
Gets the bar multiplier for wide bars.
getName() - Method in class com.itextpdf.barcodes.qrcode.ErrorCorrectionLevel
 
getOptions() - Method in class com.itextpdf.barcodes.BarcodeDataMatrix
Gets the barcode options.
getOptions() - Method in class com.itextpdf.barcodes.BarcodePDF417
Gets the options to generate the barcode.
getOutBits() - Method in class com.itextpdf.barcodes.BarcodePDF417
Gets the raw image bits of the barcode.
getRawText(String, boolean, Barcode128.Barcode128CodeSet) - Static method in class com.itextpdf.barcodes.Barcode128
Converts the human readable text to the characters needed to create a barcode using the specified code set.
getRawText(String, boolean) - Static method in class com.itextpdf.barcodes.Barcode128
Converts the human readable text to the characters needed to create a barcode.
getSegmentLength(BarcodePDF417.Segment) - Method in class com.itextpdf.barcodes.BarcodePDF417
 
getSize() - Method in class com.itextpdf.barcodes.Barcode1D
 
getTextAlignment() - Method in class com.itextpdf.barcodes.Barcode1D
Gets the text alignment.
getTextTypeAndValue(int, int) - Method in class com.itextpdf.barcodes.BarcodePDF417
 
getWidth() - Method in class com.itextpdf.barcodes.BarcodeDataMatrix
Gets the width of the barcode.
getWidth() - Method in class com.itextpdf.barcodes.qrcode.ByteMatrix
 
getWs() - Method in class com.itextpdf.barcodes.BarcodeDataMatrix
Gets the whitespace border around the barcode.
getX() - Method in class com.itextpdf.barcodes.Barcode1D
Gets the minimum bar width.
getYHeight() - Method in class com.itextpdf.barcodes.BarcodePDF417
Gets the Y pixel height relative to X.
guardBars - Variable in class com.itextpdf.barcodes.Barcode1D
Show the guard bars for barcode EAN.

H

H - Static variable in class com.itextpdf.barcodes.qrcode.ErrorCorrectionLevel
H = ~30% correction
height - Variable in class com.itextpdf.barcodes.dmcode.DmParams
 
heightSection - Variable in class com.itextpdf.barcodes.dmcode.DmParams
 

I

inkSpreading - Variable in class com.itextpdf.barcodes.Barcode1D
The ink spreading.
ISBYTE - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
isChecksumText() - Method in class com.itextpdf.barcodes.Barcode1D
Gets the property to show the generated checksum in the the text.
isExtended() - Method in class com.itextpdf.barcodes.Barcode1D
Gets the property to generate extended barcode 39.
isGenerateChecksum() - Method in class com.itextpdf.barcodes.Barcode1D
Gets the optional checksum generation.
isGuardBars() - Method in class com.itextpdf.barcodes.Barcode1D
Gets the property to show the guard bars for barcode EAN.
isStartStopText() - Method in class com.itextpdf.barcodes.Barcode1D
Sets the property to show the start and stop character '*' in the text for the barcode 39.

K

keepNumbers(String) - Static method in class com.itextpdf.barcodes.BarcodeInter25
Deletes all the non numeric characters from text.

L

L - Static variable in class com.itextpdf.barcodes.qrcode.ErrorCorrectionLevel
L = ~7% correction
list - Variable in class com.itextpdf.barcodes.BarcodePDF417.SegmentList
 
LL - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
LOWER - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 

M

M - Static variable in class com.itextpdf.barcodes.qrcode.ErrorCorrectionLevel
M = ~15% correction
MACRO_LAST_SEGMENT - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
MACRO_SEGMENT_ID - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
MAX_DATA_CODEWORDS - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
maxPossibleErrorLevel(int) - Static method in class com.itextpdf.barcodes.BarcodePDF417
 
MIN_VERSION_NR - Static variable in class com.itextpdf.barcodes.qrcode.EncodeHintType
Specifies the minimal version level to use, for example in QR Codes (type Integer).
MIXED - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
ML - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
MOD - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 

N

n - Variable in class com.itextpdf.barcodes.Barcode1D
The bar multiplier for wide bars or the distance between bars for Postnet and Planet.
numberCompaction(int, int) - Method in class com.itextpdf.barcodes.BarcodePDF417
 
NUMERIC_MODE - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 

O

ordinal() - Method in class com.itextpdf.barcodes.qrcode.ErrorCorrectionLevel
Gets the ordinal value.
outCodeword(int) - Method in class com.itextpdf.barcodes.BarcodePDF417
 
outCodeword17(int) - Method in class com.itextpdf.barcodes.BarcodePDF417
 
outCodeword18(int) - Method in class com.itextpdf.barcodes.BarcodePDF417
 
outPaintCode() - Method in class com.itextpdf.barcodes.BarcodePDF417
 
outStartPattern() - Method in class com.itextpdf.barcodes.BarcodePDF417
 
outStopPattern() - Method in class com.itextpdf.barcodes.BarcodePDF417
 

P

paintCode() - Method in class com.itextpdf.barcodes.BarcodePDF417
Paints the barcode.
PAL - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
PDF417_AUTO_ERROR_LEVEL - Static variable in class com.itextpdf.barcodes.BarcodePDF417
The error level correction is set automatically according to ISO 15438 recommendations.
PDF417_FIXED_COLUMNS - Static variable in class com.itextpdf.barcodes.BarcodePDF417
The size will be at least codeColumns with a variable number of codeRows.
PDF417_FIXED_RECTANGLE - Static variable in class com.itextpdf.barcodes.BarcodePDF417
The size of the barcode will be at least codeColumns*codeRows.
PDF417_FIXED_ROWS - Static variable in class com.itextpdf.barcodes.BarcodePDF417
The size will be at least codeRows with a variable number of codeColumns.
PDF417_FORCE_BINARY - Static variable in class com.itextpdf.barcodes.BarcodePDF417
One single binary segment is used
PDF417_INVERT_BITMAP - Static variable in class com.itextpdf.barcodes.BarcodePDF417
Inverts the output bits of the raw bitmap that is normally bit one for black.
PDF417_USE_ASPECT_RATIO - Static variable in class com.itextpdf.barcodes.BarcodePDF417
Auto-size is made based on aspectRatio and yHeight.
PDF417_USE_ERROR_LEVEL - Static variable in class com.itextpdf.barcodes.BarcodePDF417
The error level correction is set by the user.
PDF417_USE_MACRO - Static variable in class com.itextpdf.barcodes.BarcodePDF417
Use Macro PDF417 Encoding
PDF417_USE_RAW_CODEWORDS - Static variable in class com.itextpdf.barcodes.BarcodePDF417
No text interpretation is done and the content of codewords is used directly.
PL - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
placeBarcode(PdfCanvas, Color, Color) - Method in class com.itextpdf.barcodes.Barcode128
Places the barcode in a PdfCanvas.
placeBarcode(PdfCanvas, Color, Color) - Method in class com.itextpdf.barcodes.Barcode1D
Places the barcode in a PdfCanvas.
placeBarcode(PdfCanvas, Color) - Method in class com.itextpdf.barcodes.Barcode2D
Places the barcode in a PdfCanvas.
placeBarcode(PdfCanvas, Color, Color) - Method in class com.itextpdf.barcodes.Barcode39
Places the barcode in a PdfCanvas.
placeBarcode(PdfCanvas, Color, Color) - Method in class com.itextpdf.barcodes.BarcodeCodabar
Places the barcode in a PdfCanvas.
placeBarcode(PdfCanvas, Color) - Method in class com.itextpdf.barcodes.BarcodeDataMatrix
 
placeBarcode(PdfCanvas, Color, float) - Method in class com.itextpdf.barcodes.BarcodeDataMatrix
 
placeBarcode(PdfCanvas, Color, Color) - Method in class com.itextpdf.barcodes.BarcodeEAN
Places the barcode in a PdfCanvas.
placeBarcode(PdfCanvas, Color, Color) - Method in class com.itextpdf.barcodes.BarcodeEANSUPP
Places the barcode in a PdfCanvas.
placeBarcode(PdfCanvas, Color, Color) - Method in class com.itextpdf.barcodes.BarcodeInter25
Places the barcode in a PdfCanvas.
placeBarcode(PdfCanvas, Color, Color) - Method in class com.itextpdf.barcodes.BarcodeMSI
Places the barcode in a PdfCanvas.
placeBarcode(PdfCanvas, Color) - Method in class com.itextpdf.barcodes.BarcodePDF417
 
placeBarcode(PdfCanvas, Color, float, float) - Method in class com.itextpdf.barcodes.BarcodePDF417
 
placeBarcode(PdfCanvas, Color, Color) - Method in class com.itextpdf.barcodes.BarcodePostnet
 
placeBarcode(PdfCanvas, Color) - Method in class com.itextpdf.barcodes.BarcodeQRCode
 
placeBarcode(PdfCanvas, Color, float) - Method in class com.itextpdf.barcodes.BarcodeQRCode
* Places the barcode in a PdfCanvas.
Placement - Class in com.itextpdf.barcodes.dmcode
 
PS - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
PUNCTUATION - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 

Q

Q - Static variable in class com.itextpdf.barcodes.qrcode.ErrorCorrectionLevel
Q = ~25% correction
QRCodeWriter - Class in com.itextpdf.barcodes.qrcode
This object renders a QR Code as a ByteMatrix 2D array of greyscale values.
QRCodeWriter() - Constructor for class com.itextpdf.barcodes.qrcode.QRCodeWriter
 

R

ReedSolomon - Class in com.itextpdf.barcodes.dmcode
 
ReedSolomon() - Constructor for class com.itextpdf.barcodes.dmcode.ReedSolomon
 
regenerate() - Method in class com.itextpdf.barcodes.BarcodeQRCode
Regenerates barcode after changes in hints or code.
remove(int) - Method in class com.itextpdf.barcodes.BarcodePDF417.SegmentList
 
removeFNC1(String) - Static method in class com.itextpdf.barcodes.Barcode128
Removes the FNC1 codes in the text.

S

Segment(char, int, int) - Constructor for class com.itextpdf.barcodes.BarcodePDF417.Segment
 
segmentList - Variable in class com.itextpdf.barcodes.BarcodePDF417
 
SegmentList() - Constructor for class com.itextpdf.barcodes.BarcodePDF417.SegmentList
 
set(int, int, byte) - Method in class com.itextpdf.barcodes.qrcode.ByteMatrix
Set the value of the byte at (x,y)
set(int, int, int) - Method in class com.itextpdf.barcodes.qrcode.ByteMatrix
Set the value of the byte at (x,y)
setAltText(String) - Method in class com.itextpdf.barcodes.Barcode1D
Sets the alternate text.
setAspectRatio(float) - Method in class com.itextpdf.barcodes.BarcodePDF417
Sets the barcode aspect ratio.
setBarHeight(float) - Method in class com.itextpdf.barcodes.Barcode1D
Sets the height of the bars.
setBaseline(float) - Method in class com.itextpdf.barcodes.Barcode1D
Sets the text baseline.
setChecksumText(boolean) - Method in class com.itextpdf.barcodes.Barcode1D
Sets the property to show the generated checksum in the the text.
setCode(String) - Method in class com.itextpdf.barcodes.Barcode128
Sets the code to generate.
setCode(String) - Method in class com.itextpdf.barcodes.Barcode1D
Sets the code to generate.
setCode(String) - Method in class com.itextpdf.barcodes.BarcodeDataMatrix
Creates a barcode.
setCode(byte[], int, int) - Method in class com.itextpdf.barcodes.BarcodeDataMatrix
Creates a barcode.
setCode(byte[]) - Method in class com.itextpdf.barcodes.BarcodePDF417
Sets the bytes that form the barcode.
setCode(String) - Method in class com.itextpdf.barcodes.BarcodePDF417
Sets the code that will form the barcode.
setCode(String) - Method in class com.itextpdf.barcodes.BarcodeQRCode
Sets the data to be encoded by the barcode.
setCodeColumns(int) - Method in class com.itextpdf.barcodes.BarcodePDF417
Sets the number of barcode data columns.
setCodeRows(int) - Method in class com.itextpdf.barcodes.BarcodePDF417
Sets the number of barcode rows.
setCodeSet(Barcode128.Barcode128CodeSet) - Method in class com.itextpdf.barcodes.Barcode128
 
setCodeType(int) - Method in class com.itextpdf.barcodes.Barcode1D
Sets the code type.
setDefaultParameters() - Method in class com.itextpdf.barcodes.BarcodePDF417
Set the default settings that correspond to PDF417_USE_ASPECT_RATIO and PDF417_AUTO_ERROR_LEVEL.
setEncoding(String) - Method in class com.itextpdf.barcodes.BarcodeDataMatrix
setting encoding for data matrix code ( default encoding iso-8859-1)
setErrorLevel(int) - Method in class com.itextpdf.barcodes.BarcodePDF417
Sets the error level correction for the barcode.
setExtended(boolean) - Method in class com.itextpdf.barcodes.Barcode1D
Sets the property to generate extended barcode 39.
setFont(PdfFont) - Method in class com.itextpdf.barcodes.Barcode1D
Sets the text font.
setGenerateChecksum(boolean) - Method in class com.itextpdf.barcodes.Barcode1D
Setter for property generateChecksum.
setGuardBars(boolean) - Method in class com.itextpdf.barcodes.Barcode1D
Sets the property to show the guard bars for barcode EAN.
setHeight(int) - Method in class com.itextpdf.barcodes.BarcodeDataMatrix
Sets the height of the barcode.
setHints(Map<EncodeHintType, Object>) - Method in class com.itextpdf.barcodes.BarcodeQRCode
 
setInkSpreading(float) - Method in class com.itextpdf.barcodes.Barcode1D
Sets the amount of ink spreading.
setLenCodewords(int) - Method in class com.itextpdf.barcodes.BarcodePDF417
Sets the length of the codewords.
setMacroFileId(String) - Method in class com.itextpdf.barcodes.BarcodePDF417
Sets the File ID for macro PDF417 encoding
setMacroSegmentCount(int) - Method in class com.itextpdf.barcodes.BarcodePDF417
Sets the segment count for macro PDF417 encoding
setMacroSegmentId(int) - Method in class com.itextpdf.barcodes.BarcodePDF417
Sets the segment id for macro PDF417 encoding
setN(float) - Method in class com.itextpdf.barcodes.Barcode1D
Sets the bar multiplier for wide bars.
setOptions(int) - Method in class com.itextpdf.barcodes.BarcodeDataMatrix
Sets the options for the barcode generation.
setOptions(int) - Method in class com.itextpdf.barcodes.BarcodePDF417
Sets the options to generate the barcode.
setSize(float) - Method in class com.itextpdf.barcodes.Barcode1D
Sets the size of the text.
setStartStopText(boolean) - Method in class com.itextpdf.barcodes.Barcode1D
Gets the property to show the start and stop character '*' in the text for the barcode 39.
setTextAlignment(int) - Method in class com.itextpdf.barcodes.Barcode1D
Sets the text alignment.
setWidth(int) - Method in class com.itextpdf.barcodes.BarcodeDataMatrix
Sets the width of the barcode.
setWs(int) - Method in class com.itextpdf.barcodes.BarcodeDataMatrix
Sets the whitespace border around the barcode.
setX(float) - Method in class com.itextpdf.barcodes.Barcode1D
Sets the minimum bar width.
setYHeight(float) - Method in class com.itextpdf.barcodes.BarcodePDF417
Sets the Y pixel height relative to X.
SHIFT - Static variable in class com.itextpdf.barcodes.Barcode128
 
size - Variable in class com.itextpdf.barcodes.Barcode1D
The size of the text or the height of the shorter bar in Postnet.
size() - Method in class com.itextpdf.barcodes.BarcodePDF417.SegmentList
 
SPACE - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
start - Variable in class com.itextpdf.barcodes.BarcodePDF417.Segment
 
START_A - Static variable in class com.itextpdf.barcodes.Barcode128
The start code.
START_B - Static variable in class com.itextpdf.barcodes.Barcode128
The start code.
START_C - Static variable in class com.itextpdf.barcodes.Barcode128
The start code.
START_CODE_SIZE - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
START_PATTERN - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
STARTA - Static variable in class com.itextpdf.barcodes.Barcode128
 
STARTB - Static variable in class com.itextpdf.barcodes.Barcode128
 
STARTC - Static variable in class com.itextpdf.barcodes.Barcode128
 
startStopText - Variable in class com.itextpdf.barcodes.Barcode1D
Show the start and stop character '*' in the text for the barcode 39 or 'ABCD' for codabar.
STOP_PATTERN - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
STOP_SIZE - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
supp - Variable in class com.itextpdf.barcodes.BarcodeEANSUPP
The barcode with the supplemental.
SUPP2 - Static variable in class com.itextpdf.barcodes.BarcodeEAN
A type of barcode
SUPP5 - Static variable in class com.itextpdf.barcodes.BarcodeEAN
A type of barcode

T

TEXT_MODE - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
textAlignment - Variable in class com.itextpdf.barcodes.Barcode1D
The text alignment.
textCompaction(int, int) - Method in class com.itextpdf.barcodes.BarcodePDF417
 
toString() - Method in class com.itextpdf.barcodes.qrcode.ByteMatrix
 
toString() - Method in class com.itextpdf.barcodes.qrcode.ErrorCorrectionLevel
 
type - Variable in class com.itextpdf.barcodes.BarcodePDF417.Segment
 
TYPE_PLANET - Static variable in class com.itextpdf.barcodes.BarcodePostnet
 
TYPE_POSTNET - Static variable in class com.itextpdf.barcodes.BarcodePostnet
 

U

UPCA - Static variable in class com.itextpdf.barcodes.BarcodeEAN
A type of barcode
UPCE - Static variable in class com.itextpdf.barcodes.BarcodeEAN
A type of barcode

V

valueOf(String) - Static method in enum com.itextpdf.barcodes.Barcode128.Barcode128CodeSet
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.itextpdf.barcodes.Barcode128.Barcode128CodeSet
Returns an array containing the constants of this enum type, in the order they are declared.

W

width - Variable in class com.itextpdf.barcodes.dmcode.DmParams
 
widthSection - Variable in class com.itextpdf.barcodes.dmcode.DmParams
 
WriterException - Exception in com.itextpdf.barcodes.qrcode
A base class which covers the range of exceptions which may occur when encoding a barcode using the Writer framework.
WriterException() - Constructor for exception com.itextpdf.barcodes.qrcode.WriterException
Creates a WriterException.
WriterException(String) - Constructor for exception com.itextpdf.barcodes.qrcode.WriterException
Creates a WriterException with a message.

X

x - Variable in class com.itextpdf.barcodes.Barcode1D
The minimum bar width.
A B C D E F G H I K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 1998–2019 iText Group NV. All rights reserved.