File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
itext/itext.kernel/itext/kernel/pdf Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ public PdfArray(iText.Kernel.Pdf.PdfArray arr)
85
85
/// <summary>Create a new PdfArray.</summary>
86
86
/// <remarks>
87
87
/// Create a new PdfArray. The array is filled with the four values of the Rectangle in the
88
- /// follozing order: left, bottom, right, top.
88
+ /// following order: left, bottom, right, top.
89
89
/// </remarks>
90
90
/// <param name="rectangle">Rectangle whose 4 values will be added to the PdfArray</param>
91
91
public PdfArray ( Rectangle rectangle ) {
@@ -289,7 +289,7 @@ public virtual void Remove(int index) {
289
289
list . JRemoveAt ( index ) ;
290
290
}
291
291
292
- /// <summary>Removes the PdfObject at the specified index .</summary>
292
+ /// <summary>Removes the first occurrence of the specified PdfObject, if it is present .</summary>
293
293
/// <param name="o">a PdfObject to be removed</param>
294
294
/// <seealso cref="System.Collections.IList{E}.Remove(System.Object)"/>
295
295
public virtual void Remove ( PdfObject o ) {
Original file line number Diff line number Diff line change 1
- bfdf6219ee9db1c91285efe81173a2196ffa9470
1
+ 4e584b3db553b0c95f2302373db4d0a899ad71fc
You can’t perform that action at this time.
0 commit comments