Skip to content

Commit 3ac3f24

Browse files
committed
Update autoported files
2a0ee3fcd028074a30aceddb3d21660fa981e88f
1 parent b2aedb3 commit 3ac3f24

File tree

125 files changed

+520
-506
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+520
-506
lines changed

itext.tests/itext.layout.tests/itext/layout/LinkTest.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,15 +146,12 @@ public virtual void BorderedLinkTest() {
146146
/// <a href="http://stackoverflow.com/questions/34408764/create-local-link-in-rotated-pdfpcell-in-itextsharp">
147147
/// Stack overflow: Create local link in rotated PdfPCell in iTextSharp
148148
/// </a>
149-
/// <p>
150-
/// This is the equivalent Java code for iText 7 of the C# code for iTextSharp 5
151-
/// in the question.
152149
/// </summary>
153150
/// <remarks>
154151
/// <a href="http://stackoverflow.com/questions/34408764/create-local-link-in-rotated-pdfpcell-in-itextsharp">
155152
/// Stack overflow: Create local link in rotated PdfPCell in iTextSharp
156153
/// </a>
157-
/// <p>
154+
/// <para />
158155
/// This is the equivalent Java code for iText 7 of the C# code for iTextSharp 5
159156
/// in the question.
160157
/// </p>

itext/itext.barcodes/itext/barcodes/Barcode128.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ public override Rectangle GetBarcodeSize() {
530530
/// <remarks>
531531
/// Places the barcode in a <CODE>PdfCanvas</CODE>. The
532532
/// barcode is always placed at coordinates (0, 0). Use the
533-
/// translation matrix to move it elsewhere.<p>
533+
/// translation matrix to move it elsewhere.<para />
534534
/// The bars and text are written in the following colors:
535535
/// <br />
536536
/// <TABLE BORDER="1" SUMMARY="barcode properties">

itext/itext.barcodes/itext/barcodes/Barcode1D.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ public virtual void SetCodeType(int codeType) {
324324
/// <remarks>
325325
/// Places the barcode in a <CODE>PdfCanvas</CODE>. The
326326
/// barcode is always placed at coordinates (0, 0). Use the
327-
/// translation matrix to move it elsewhere.<p>
327+
/// translation matrix to move it elsewhere.<para />
328328
/// The bars and text are written in the following colors:
329329
/// <br />
330330
/// <TABLE BORDER="1" SUMMARY="barcode properties">

itext/itext.barcodes/itext/barcodes/Barcode39.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public override Rectangle GetBarcodeSize() {
226226
/// <remarks>
227227
/// Places the barcode in a <CODE>PdfCanvas</CODE>. The
228228
/// barcode is always placed at coordinates (0, 0). Use the
229-
/// translation matrix to move it elsewhere.<p>
229+
/// translation matrix to move it elsewhere.<para />
230230
/// The bars and text are written in the following colors:
231231
/// <br />
232232
/// <TABLE BORDER="1" SUMMARY="barcode properties">

itext/itext.barcodes/itext/barcodes/BarcodeCodabar.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public override Rectangle GetBarcodeSize() {
206206
/// <remarks>
207207
/// Places the barcode in a <CODE>PdfCanvas</CODE>. The
208208
/// barcode is always placed at coordinates (0, 0). Use the
209-
/// translation matrix to move it elsewhere.<p>
209+
/// translation matrix to move it elsewhere.<para />
210210
/// The bars and text are written in the following colors:
211211
/// <br />
212212
/// <TABLE BORDER="1" SUMMARY="barcode properties">

itext/itext.barcodes/itext/barcodes/BarcodeDataMatrix.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ public virtual int GetHeight() {
341341
/// <remarks>
342342
/// Sets the height of the barcode. If the height is zero it will be calculated.
343343
/// This height doesn't include the whitespace border, if any.
344-
/// The allowed dimensions are (width, height):<p>
344+
/// The allowed dimensions are (width, height):<para />
345345
/// 10, 10<br />
346346
/// 12, 12<br />
347347
/// 18, 8<br />
@@ -392,7 +392,7 @@ public virtual int GetWidth() {
392392
/// <remarks>
393393
/// Sets the width of the barcode. If the width is zero it will be calculated.
394394
/// This width doesn't include the whitespace border, if any.
395-
/// The allowed dimensions are (width, height):<p>
395+
/// The allowed dimensions are (width, height):<para />
396396
/// 10, 10<br />
397397
/// 12, 12<br />
398398
/// 18, 8<br />
@@ -449,7 +449,7 @@ public virtual int GetOptions() {
449449

450450
/// <summary>Sets the options for the barcode generation.</summary>
451451
/// <remarks>
452-
/// Sets the options for the barcode generation. The options can be:<p>
452+
/// Sets the options for the barcode generation. The options can be:<para />
453453
/// One of:<br />
454454
/// <CODE>DM_AUTO</CODE> - the best encodation will be used<br />
455455
/// <CODE>DM_ASCII</CODE> - ASCII encodation<br />
@@ -461,16 +461,16 @@ public virtual int GetOptions() {
461461
/// <CODE>DM_RAW</CODE> - no encodation. The bytes provided are already encoded and will be added directly to the barcode, using padding if needed. It assumes that the encodation state is left at ASCII after the last byte.<br />
462462
/// <br />
463463
/// One of:<br />
464-
/// <CODE>DM_EXTENSION</CODE> - allows extensions to be embedded at the start of the text:<p>
464+
/// <CODE>DM_EXTENSION</CODE> - allows extensions to be embedded at the start of the text:<para />
465465
/// exxxxxx - ECI number xxxxxx<br />
466466
/// m5 - macro 5<br />
467467
/// m6 - macro 6<br />
468468
/// f - FNC1<br />
469469
/// saabbccccc - Structured Append, aa symbol position (1-16), bb total number of symbols (2-16), ccccc file identification (0-64515)<br />
470470
/// p - Reader programming<br />
471-
/// . - extension terminator<p>
472-
/// Example for a structured append, symbol 2 of 6, with FNC1 and ECI 000005. The actual text is "Hello".<p>
473-
/// s020600075fe000005.Hello<p>
471+
/// . - extension terminator<para />
472+
/// Example for a structured append, symbol 2 of 6, with FNC1 and ECI 000005. The actual text is "Hello".<para />
473+
/// s020600075fe000005.Hello<para />
474474
/// One of:<br />
475475
/// <CODE>DM_TEST</CODE> - doesn't generate the image but returns all the other information.
476476
/// </remarks>

itext/itext.barcodes/itext/barcodes/BarcodeEAN.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ public override Rectangle GetBarcodeSize() {
556556
/// <remarks>
557557
/// Places the barcode in a <CODE>PdfCanvas</CODE>. The
558558
/// barcode is always placed at coordinates (0, 0). Use the
559-
/// translation matrix to move it elsewhere.<p>
559+
/// translation matrix to move it elsewhere.<para />
560560
/// The bars and text are written in the following colors:
561561
/// <br />
562562
/// <TABLE BORDER="1" SUMMARY="barcode properties">

itext/itext.barcodes/itext/barcodes/BarcodeEANSUPP.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public override Rectangle GetBarcodeSize() {
8484
/// <remarks>
8585
/// Places the barcode in a <CODE>PdfCanvas</CODE>. The
8686
/// barcode is always placed at coordinates (0, 0). Use the
87-
/// translation matrix to move it elsewhere.<p>
87+
/// translation matrix to move it elsewhere.<para />
8888
/// The bars and text are written in the following colors:
8989
/// <br />
9090
/// <TABLE BORDER="1" SUMMARY="barcode properties">

itext/itext.barcodes/itext/barcodes/BarcodeInter25.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public override Rectangle GetBarcodeSize() {
205205
/// <remarks>
206206
/// Places the barcode in a <CODE>PdfCanvas</CODE>. The
207207
/// barcode is always placed at coordinates (0, 0). Use the
208-
/// translation matrix to move it elsewhere.<p>
208+
/// translation matrix to move it elsewhere.<para />
209209
/// The bars and text are written in the following colors:
210210
/// <br />
211211
/// <TABLE BORDER="1" SUMMARY="barcode properties">

itext/itext.barcodes/itext/barcodes/BarcodeMSI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public override Rectangle GetBarcodeSize() {
156156
/// Places the barcode in a <CODE>PdfCanvas</CODE>. The
157157
/// barcode is always placed at coordinates (0, 0). Use the
158158
/// translation matrix to move it elsewhere.
159-
/// <p>
159+
/// <para />
160160
/// The bars and text are written in the following colors:
161161
/// <TABLE BORDER="1" summary="">
162162
/// <TR>

0 commit comments

Comments
 (0)