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
Adds a new segment to the list
AL - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
ALIGN_CENTER - Static variable in class com.itextpdf.barcodes.Barcode1D
Constant that defines center alignment.
ALIGN_LEFT - Static variable in class com.itextpdf.barcodes.Barcode1D
Constant that defines left alignment.
ALIGN_RIGHT - Static variable in class com.itextpdf.barcodes.Barcode1D
Constant that defines right alignment.
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.
applyConfigModuleSettings(ModulesConfigurator) - Method in class com.itextpdf.barcodes.SharpenConfigMapping
 
applyMappingConfiguration(MappingConfigurator) - Method in class com.itextpdf.barcodes.SharpenConfigMapping
 
applySharpenOptions(OptionsConfigurator) - Method in class com.itextpdf.barcodes.SharpenConfigMapping
 
AS - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
assemble() - Method in class com.itextpdf.barcodes.BarcodePDF417
Assembles the data of the code words.

B

Barcode128 - Class in com.itextpdf.barcodes
BarCode 128 is a high-density linear barcode symbology defined in ISO/IEC 15417:2007.
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
The code set to be used to start encoding.
Barcode1D - Class in com.itextpdf.barcodes
Base class for the barcode types that have 1D representation.
Barcode1D(PdfDocument) - Constructor for class com.itextpdf.barcodes.Barcode1D
Creates new Barcode1D instance.
Barcode2D - Class in com.itextpdf.barcodes
This is a class that is used to implement the logic common to all 2D barcodes.
Barcode2D() - Constructor for class com.itextpdf.barcodes.Barcode2D
 
Barcode39 - Class in com.itextpdf.barcodes
This class represents the barcode Code 39.
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
Implementation of the Codabar barcode.
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
A Data Matrix is a two-dimensional bar code consisting of black and white "cells" or dots arranged in either a square or rectangular pattern, also known as a matrix.
BarcodeDataMatrix() - Constructor for class com.itextpdf.barcodes.BarcodeDataMatrix
Creates an instance of this class.
BarcodeDataMatrix(String) - Constructor for class com.itextpdf.barcodes.BarcodeDataMatrix
Creates an instance of BarcodeDataMatrix
BarcodeDataMatrix(String, String) - Constructor for class com.itextpdf.barcodes.BarcodeDataMatrix
Creates an instance of BarcodeDataMatrix
BarcodeEAN - Class in com.itextpdf.barcodes
The implementation of the barcode EAN.
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
Implements the most commonly used EAN standard is the thirteen-digit EAN-13, a superset of the original 12-digit Universal Product Code (UPC-A)
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
PDF417 is a stacked linear barcode format used in a variety of applications such as transport, identification cards, and inventory management.
BarcodePDF417() - Constructor for class com.itextpdf.barcodes.BarcodePDF417
Creates a new BarcodePDF417 with the default settings.
BarcodePDF417.Segment - Class in com.itextpdf.barcodes
A container that encapsulates all data needed for a segment.
BarcodePDF417.SegmentList - Class in com.itextpdf.barcodes
An utility class that encapsulates a list of segments.
BarcodePostnet - Class in com.itextpdf.barcodes
POSTNET (Postal Numeric Encoding Technique) is a barcode symbology used by the United States Postal Service to assist in directing mail.
BarcodePostnet(PdfDocument) - Constructor for class com.itextpdf.barcodes.BarcodePostnet
Creates new BarcodePostnet instance.
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
Creates an instance of the BarcodeQRCode class.
BarcodesExceptionMessageConstant - Class in com.itextpdf.barcodes.exceptions
Class that bundles all the error message templates as constants.
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
Compacts the codewords.
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
Compacts the code words
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
Calculates the checksum.
calculateEANParity(String) - Static method in class com.itextpdf.barcodes.BarcodeEAN
Calculates the EAN parity character.
calculateErrorCorrection(int) - Method in class com.itextpdf.barcodes.BarcodePDF417
Calculates the error correction codewords.
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
Checks whether the segment is of a certain type.
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
CODABAR_MUST_HAVE_AT_LEAST_START_AND_STOP_CHARACTER - Static variable in class com.itextpdf.barcodes.exceptions.BarcodesExceptionMessageConstant
 
CODABAR_MUST_HAVE_ONE_ABCD_AS_START_STOP_CHARACTER - Static variable in class com.itextpdf.barcodes.exceptions.BarcodesExceptionMessageConstant
 
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.exceptions - package com.itextpdf.barcodes.exceptions
 
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
Creates a PdfFormXObject with the barcode.
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

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
Class that contains the parameters for a DM code.
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
Prints the segments to standard output.

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.
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).
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
Gets the segment at the specified index
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.
getAvailableModuleSettings() - Method in class com.itextpdf.barcodes.SharpenConfigMapping
 
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
Gets the maximum area that the barcode and the text, if any, will occupy.
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
Gets the maximum area that the barcode and the text, if any, will occupy.
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
Gets the bits.
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
Get the code set that is used.
getCodeType() - Method in class com.itextpdf.barcodes.Barcode1D
Gets the code type.
getCodewords() - Method in class com.itextpdf.barcodes.BarcodePDF417
Gets the codeword array.
getDataBlock() - Method in class com.itextpdf.barcodes.dmcode.DmParams
Retrieves the size of the data block.
getDataSize() - Method in class com.itextpdf.barcodes.dmcode.DmParams
Retrieves the size of the data.
getDependencies() - Method in class com.itextpdf.barcodes.SharpenConfigMapping
 
getDescender() - Method in class com.itextpdf.barcodes.Barcode1D
Gets the descender value of the font.
getEncoding() - Method in class com.itextpdf.barcodes.BarcodeDataMatrix
getting encoding for data matrix code
getEnd() - Method in class com.itextpdf.barcodes.BarcodePDF417.Segment
Retrieves the end of the segment.
getErrorBlock() - Method in class com.itextpdf.barcodes.dmcode.DmParams
Retrieves the size of the error block.
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.dmcode.DmParams
Retrieves the height of DmParams object.
getHeight() - Method in class com.itextpdf.barcodes.qrcode.ByteMatrix
 
getHeightSection() - Method in class com.itextpdf.barcodes.dmcode.DmParams
Retrieves the height of a single section.
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.
getIgnoredResources() - Method in class com.itextpdf.barcodes.SharpenConfigMapping
 
getIgnoredSourceFiles() - Method in class com.itextpdf.barcodes.SharpenConfigMapping
 
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.
getMappingPriority() - Method in class com.itextpdf.barcodes.SharpenConfigMapping
 
getMaxSquare() - Method in class com.itextpdf.barcodes.BarcodePDF417
Calculates the max square that can contain the barcode.
getModuleName() - Method in class com.itextpdf.barcodes.SharpenConfigMapping
 
getN() - Method in class com.itextpdf.barcodes.Barcode1D
Gets the bar multiplier for wide bars.
getName() - Method in class com.itextpdf.barcodes.qrcode.ErrorCorrectionLevel
Gets the name.
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.
getOverwrittenResources() - Method in class com.itextpdf.barcodes.SharpenConfigMapping
 
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
Calculates the length of the given segment
getSize() - Method in class com.itextpdf.barcodes.Barcode1D
Gets the size of the text.
getStart() - Method in class com.itextpdf.barcodes.BarcodePDF417.Segment
Retrieves the start of the segment.
getTextAlignment() - Method in class com.itextpdf.barcodes.Barcode1D
Gets the text alignment.
getTextTypeAndValue(int, int) - Method in class com.itextpdf.barcodes.BarcodePDF417
Gets the text type and value.
getType() - Method in class com.itextpdf.barcodes.BarcodePDF417.Segment
Retrieves the type of the segment.
getWidth() - Method in class com.itextpdf.barcodes.BarcodeDataMatrix
Gets the width of the barcode.
getWidth() - Method in class com.itextpdf.barcodes.dmcode.DmParams
Retrieves the width of DmParams object.
getWidth() - Method in class com.itextpdf.barcodes.qrcode.ByteMatrix
 
getWidthSection() - Method in class com.itextpdf.barcodes.dmcode.DmParams
Retrieves the width of a single section.
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

I

ILLEGAL_CHARACTER_IN_CODABAR_BARCODE - Static variable in class com.itextpdf.barcodes.exceptions.BarcodesExceptionMessageConstant
 
IN_CODABAR_START_STOP_CHARACTERS_ARE_ONLY_ALLOWED_AT_THE_EXTREMES - Static variable in class com.itextpdf.barcodes.exceptions.BarcodesExceptionMessageConstant
 
inkSpreading - Variable in class com.itextpdf.barcodes.Barcode1D
The ink spreading.
INVALID_CODEWORD_SIZE - Static variable in class com.itextpdf.barcodes.exceptions.BarcodesExceptionMessageConstant
 
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
 
MACRO_SEGMENT_ID_MUST_BE_GT_OR_EQ_ZERO - Static variable in class com.itextpdf.barcodes.exceptions.BarcodesExceptionMessageConstant
 
MACRO_SEGMENT_ID_MUST_BE_GT_ZERO - Static variable in class com.itextpdf.barcodes.exceptions.BarcodesExceptionMessageConstant
 
MACRO_SEGMENT_ID_MUST_BE_LT_MACRO_SEGMENT_COUNT - Static variable in class com.itextpdf.barcodes.exceptions.BarcodesExceptionMessageConstant
 
MAX_DATA_CODEWORDS - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
maxPossibleErrorLevel(int) - Static method in class com.itextpdf.barcodes.BarcodePDF417
Calculates the highest error level that can be used for the remaining number of data codewords.
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
Compacts the code words.
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
Utility method that adds a codeword to the barcode.
outCodeword17(int) - Method in class com.itextpdf.barcodes.BarcodePDF417
Adds the code word to the correct code word to the 17th bit.
outCodeword18(int) - Method in class com.itextpdf.barcodes.BarcodePDF417
Adds the code word to the correct code word to the 18th bit.
outPaintCode() - Method in class com.itextpdf.barcodes.BarcodePDF417
Adds the barcode to the output bits.
outStartPattern() - Method in class com.itextpdf.barcodes.BarcodePDF417
Adds the start pattern to the output.
outStopPattern() - Method in class com.itextpdf.barcodes.BarcodePDF417
Adds the stop pattern to the output.

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
Places the barcode in a PdfCanvas.
placeBarcode(PdfCanvas, Color, float) - Method in class com.itextpdf.barcodes.BarcodeDataMatrix
Places the barcode in a PdfCanvas
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
Places the barcode in a PdfCanvas.
placeBarcode(PdfCanvas, Color, float, float) - Method in class com.itextpdf.barcodes.BarcodePDF417
Places the barcode in a PdfCanvas.
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
Utility class that helps to place the data in the barcode.
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
This class holds the error correction code for a data block.
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
Removes the segment at the specified index
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
Creates a new BarcodePDF417.Segment instance.
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
Sets the code set to use.
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)
setEnd(int) - Method in class com.itextpdf.barcodes.BarcodePDF417.Segment
Sets the end of the segment.
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.
setStart(int) - Method in class com.itextpdf.barcodes.BarcodePDF417.Segment
Sets the start of the segment.
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.
setType(char) - Method in class com.itextpdf.barcodes.BarcodePDF417.Segment
Sets the type of the segment.
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.
SharpenConfigMapping - Class in com.itextpdf.barcodes
 
SharpenConfigMapping() - Constructor for class com.itextpdf.barcodes.SharpenConfigMapping
 
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
Gets the number of segments in the list
SPACE - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
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_CANNOT_BE_NULL - Static variable in class com.itextpdf.barcodes.exceptions.BarcodesExceptionMessageConstant
 
TEXT_IS_TOO_BIG - Static variable in class com.itextpdf.barcodes.exceptions.BarcodesExceptionMessageConstant
 
TEXT_MODE - Static variable in class com.itextpdf.barcodes.BarcodePDF417
 
TEXT_MUST_BE_EVEN - Static variable in class com.itextpdf.barcodes.exceptions.BarcodesExceptionMessageConstant
 
textAlignment - Variable in class com.itextpdf.barcodes.Barcode1D
The text alignment.
textCompaction(int, int) - Method in class com.itextpdf.barcodes.BarcodePDF417
Compacts the codewords.
THERE_ARE_ILLEGAL_CHARACTERS_FOR_BARCODE_128 - Static variable in class com.itextpdf.barcodes.exceptions.BarcodesExceptionMessageConstant
 
toString() - Method in class com.itextpdf.barcodes.qrcode.ByteMatrix
 
toString() - Method in class com.itextpdf.barcodes.qrcode.ErrorCorrectionLevel
 
TWO_BARCODE_MUST_BE_EXTERNALLY - Static variable in class com.itextpdf.barcodes.exceptions.BarcodesExceptionMessageConstant
 
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

WriterException - Exception in com.itextpdf.barcodes.exceptions
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.exceptions.WriterException
Creates a WriterException.
WriterException(String) - Constructor for exception com.itextpdf.barcodes.exceptions.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–2025 Apryse Group NV. All rights reserved.