Skip to content

Commit badb5ee

Browse files
committed
v24.5.0 Release Commit
1 parent facaff3 commit badb5ee

File tree

5 files changed

+12935
-2834
lines changed

5 files changed

+12935
-2834
lines changed

FileFormat.Words/FileFormat.Words.IElements.cs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public interface IElement
1212
/// </summary>
1313
int ElementId { get; }
1414
}
15+
1516
/// <summary>
1617
/// Represents the indentation settings for a paragraph.
1718
/// </summary>
@@ -52,12 +53,12 @@ public enum ParagraphAlignment
5253
/// Centers the paragraph within the available space.
5354
/// </summary>
5455
Center,
55-
56+
5657
/// <summary>
5758
/// Aligns the paragraph to the right.
5859
/// </summary>
5960
Right,
60-
61+
6162
/// <summary>
6263
/// Justifies the text within the paragraph, aligning both the left and right edges.
6364
/// </summary>
@@ -125,7 +126,7 @@ public class Paragraph : IElement
125126
public bool IsRoman { get; set; }
126127

127128
/// <summary>
128-
/// Gets or sets whether the paragraph has alphabetc number bullets.
129+
/// Gets or sets whether the paragraph has alphabetic number bullets.
129130
/// </summary>
130131
public bool IsAlphabeticNumber { get; set; }
131132

@@ -659,4 +660,4 @@ public ElementStyles()
659660
}
660661
}
661662

662-
}
663+
}

0 commit comments

Comments
 (0)