Generated by
JDiff

com.itextpdf.barcodes Documentation Differences

This file contains all the changes in documentation in the package com.itextpdf.barcodes as colored differences. Deletions are shown like this , and additions are shown like this.
If no deletions or additions are shown in an entry, the HTML tags will be what has changed. The new HTML tags are shown in the differences. If no documentation existed, and then some was added in a later version, this change is noted in the appropriate class pages of differences, but the change is not shown on this page. Only changes in existing text are shown here. Similarly, documentation which was inherited from another class or interface is not shown here.
Note that an HTML error in the new documentation may cause the display of other documentation changes to be presented incorrectly. For instance, failure to close a tag will cause all subsequent paragraphs to be displayed differently.

Class BarcodeDataMatrix, PdfFormXObject createFormXObject(Color, float, PdfDocument)

Creates a PdfFormXObject with the barcode with given module width and module height. @param foreground The color of the pixels. It can be null @param moduleSide The side (width and height) of the pixels. @param document The document @return the XObject.
Class BarcodeDataMatrix, Rectangle getBarcodeSize(float, float)

Gets the barcode size @param moduleHeight The height of the module @param moduleWidth The width of the module @return The size of the barcode
Class BarcodeDataMatrix, void setHeight(int)

Sets the height of the barcode. If the height is zero it will be calculated. This height doesn't include the whitespace border, if any. The allowed dimensions are ( height width, width height):

10, 10
12, 12
8 18, 18 8
14, 14
8 32, 32 8
16, 16
12 26, 26 12
18, 18
20, 20
12 36, 36 12
22, 22
16 36, 36 16
24, 24
26, 26
16 48, 48 16
32, 32
36, 36
40, 40
44, 44
48, 48
52, 52
64, 64
72, 72
80, 80
88, 88
96, 96
104, 104
120, 120
132, 132
144, 144
@param height the height of the barcode

Class BarcodeDataMatrix, void setWidth(int)

Sets the width of the barcode. If the width is zero it will be calculated. This width doesn't include the whitespace border, if any. The allowed dimensions are ( height width, width height):

10, 10
12, 12
8 18, 18 8
14, 14
8 32, 32 8
16, 16
12 26, 26 12
18, 18
20, 20
12 36, 36 12
22, 22
16 36, 36 16
24, 24
26, 26
16 48, 48 16
32, 32
36, 36
40, 40
44, 44
48, 48
52, 52
64, 64
72, 72
80, 80
88, 88
96, 96
104, 104
120, 120
132, 132
144, 144
@param width the width of the barcode