Class Summary |
Alignment |
Caption or Barcode image's alignment style
|
AustralianPosteParcelCodeSet |
Specifies the code set of CODE128 barcode specification used to encode the data. |
AustraliaPostFormatControlCode |
Represents the Format Control Code Field of Australia Post BarCode
|
BarCodeBuilder |
supported symbology:
1D:
Codabar, Code11, Code128, Code39Standard, Code39Extended
Code93Standard, Code93Extended, EAN13, EAN8, Interleaved2of5,
MSI, Standard2of5, UPCA, UPCE, BooklandEAN, EAN128, Postnet, Planet
EAN14(SCC14), SSCC18, ITF14, SingaporePost
2D:
DataMatrix, PDf417, QR code
Create and save a BarCode image
BarCodeBuilder bd = new BarCodeBuilder(expStr, symbology);
bd.setSymbologyType(symbology);
bd.setCodeLocation(CodeLocation.ABOVE);
bd.save(file); |
BarCodeImageFormat |
Specifies the file format of the image. |
BorderDashStyle |
Specifies the style of dashed border lines. |
BuildVersionInfo |
Contains the current build version information. |
Caption |
The text caption shown in the barcode image. |
CodaBarSymbol |
Specifies the start or stop symbol of the Codabar barcode specification. |
Code128CodeBuilder |
Use to generate customized CodeText for Code128 barcode. |
Code128CodeSet |
Specifies the code set of CODE128 barcode specification used to encode the data. |
CodeLocation |
Specifies the location of the code text shown in the image. |
DataMatrixEncodeMode |
DataMatrix encoder's encoding mode, default to Auto
|
EAN128EncodeMode |
Specifies the encode mode of EAN128 used to encode the data. |
GraphicsUnit |
|
ImageQualityMode |
Specifies the quality of the created barcode image. |
ITF14BorderType |
ITF14 barcode's border type
|
License |
|
Margins |
Specifies the margins of a barcode image. |
MarginsF |
Specifies the margins of a barcode image. |
Pdf417CompactionMode |
Pdf417 barcode's compation mode
|
Pdf417ErrorLevel |
pdf417 barcode's error correction level, from level 0 to level 9, level 0 means no error correction, level 9 means best error correction
|
QREncodeMode |
QR barcode's encoding mode
|
QRErrorLevel |
Level of Reed-Solomon error correction. |
Resolution |
The resolution infomation of the barcode image |
ResolutionMode |
Specifies the resolution mode used to create barcode image. |
RotationAngle |
Specifies the rotation angle of the barcode image. |
RotationDirection |
Rotation Direction, must be the following: Clockwise or AntiClockwise
|
Symbology |
Specifies the type of barcode specification. |