Skip to content

Commit 60efb73

Browse files
AlexanderRasolkoiText-CI
authored andcommitted
Fix Barcodes java docs
1 parent 939dd70 commit 60efb73

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

barcodes/src/main/java/com/itextpdf/barcodes/Barcode128.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ public Rectangle getBarcodeSize() {
548548
* translation matrix to move it elsewhere.<p>
549549
* The bars and text are written in the following colors:
550550
* <br>
551-
* <TABLE BORDER=1 SUMMARY="barcode properties">
551+
* <TABLE BORDER="1" SUMMARY="barcode properties">
552552
* <TR>
553553
* <TH><P><CODE>barColor</CODE></TH>
554554
* <TH><P><CODE>textColor</CODE></TH>

barcodes/src/main/java/com/itextpdf/barcodes/Barcode1D.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,9 @@ public void setCodeType(int codeType) {
424424
* translation matrix to move it elsewhere.<p>
425425
* The bars and text are written in the following colors:
426426
* <br>
427-
* <TABLE BORDER=1 SUMMARY="barcode properties">
427+
* <TABLE BORDER="1" SUMMARY="barcode properties">
428428
* <TR>
429-
* <TH><P><CODE>barColor</CODE></TH>
429+
* <TH><P></><CODE>barColor</CODE></TH>
430430
* <TH><P><CODE>textColor</CODE></TH>
431431
* <TH><P>Result</TH>
432432
* </TR>

barcodes/src/main/java/com/itextpdf/barcodes/Barcode39.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public Rectangle getBarcodeSize() {
269269
* translation matrix to move it elsewhere.<p>
270270
* The bars and text are written in the following colors:
271271
* <br>
272-
* <TABLE BORDER=1 SUMMARY="barcode properties">
272+
* <TABLE BORDER="1" SUMMARY="barcode properties">
273273
* <TR>
274274
* <TH><P><CODE>barColor</CODE></TH>
275275
* <TH><P><CODE>textColor</CODE></TH>

barcodes/src/main/java/com/itextpdf/barcodes/BarcodeCodabar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public Rectangle getBarcodeSize() {
205205
* translation matrix to move it elsewhere.<p>
206206
* The bars and text are written in the following colors:
207207
* <br>
208-
* <TABLE BORDER=1 SUMMARY="barcode properties">
208+
* <TABLE BORDER="1" SUMMARY="barcode properties">
209209
* <TR>
210210
* <TH><P><CODE>barColor</CODE></TH>
211211
* <TH><P><CODE>textColor</CODE></TH>

barcodes/src/main/java/com/itextpdf/barcodes/BarcodeEAN.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ public Rectangle getBarcodeSize() {
554554
* translation matrix to move it elsewhere.<p>
555555
* The bars and text are written in the following colors:
556556
* <br>
557-
* <TABLE BORDER=1 SUMMARY="barcode properties">
557+
* <TABLE BORDER="1" SUMMARY="barcode properties">
558558
* <TR>
559559
* <TH><P><CODE>barColor</CODE></TH>
560560
* <TH><P><CODE>textColor</CODE></TH>

barcodes/src/main/java/com/itextpdf/barcodes/BarcodeEANSUPP.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public Rectangle getBarcodeSize() {
9393
* translation matrix to move it elsewhere.<p>
9494
* The bars and text are written in the following colors:
9595
* <br>
96-
* <TABLE BORDER=1 SUMMARY="barcode properties">
96+
* <TABLE BORDER="1" SUMMARY="barcode properties">
9797
* <TR>
9898
* <TH><P><CODE>barColor</CODE></TH>
9999
* <TH><P><CODE>textColor</CODE></TH>

barcodes/src/main/java/com/itextpdf/barcodes/BarcodeInter25.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public Rectangle getBarcodeSize() {
227227
* translation matrix to move it elsewhere.<p>
228228
* The bars and text are written in the following colors:
229229
* <br>
230-
* <TABLE BORDER=1 SUMMARY="barcode properties">
230+
* <TABLE BORDER="1" SUMMARY="barcode properties">
231231
* <TR>
232232
* <TH><P><CODE>barColor</CODE></TH>
233233
* <TH><P><CODE>textColor</CODE></TH>

barcodes/src/main/java/com/itextpdf/barcodes/BarcodeMSI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public Rectangle getBarcodeSize() {
160160
* <p>
161161
* The bars and text are written in the following colors:
162162
* <p>
163-
* <P><TABLE BORDER=1 summary="">
163+
* <P><TABLE BORDER="1" summary="">
164164
* <TR>
165165
* <TH><P><CODE>barColor</CODE></TH>
166166
* <TH><P><CODE>textColor</CODE></TH>

0 commit comments

Comments
 (0)