Skip to content

Commit 4e6be07

Browse files
EvgenyB1001iText-CI
authored andcommitted
Add LineArrow name constant
During updating samples, it was found out that LineArrow name isn't added as constant in PdfName class, though LineArrow name is described in the specification as one of the valid values of the IT entry. DEVSIX-3352 Autoported commit. Original commit hash: [9d1c931fa]
1 parent 824ce5a commit 4e6be07

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

itext/itext.kernel/itext/kernel/pdf/PdfName.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,8 @@ public class PdfName : PdfPrimitiveObject, IComparable<iText.Kernel.Pdf.PdfName>
930930

931931
public static readonly iText.Kernel.Pdf.PdfName Line = CreateDirectName("Line");
932932

933+
public static readonly iText.Kernel.Pdf.PdfName LineArrow = CreateDirectName("LineArrow");
934+
933935
public static readonly iText.Kernel.Pdf.PdfName LineHeight = CreateDirectName("LineHeight");
934936

935937
public static readonly iText.Kernel.Pdf.PdfName LineNum = CreateDirectName("LineNum");

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0ed2b5b17691ba4d0a567241f02d79124738843c
1+
9d1c931fa63bcf5441d9c6ff9f4d6e3b75876e20

0 commit comments

Comments
 (0)