Skip to content

Commit fbd93f1

Browse files
authored
Improve comments FileFormat.Words.IElements.cs
1 parent 1b06dec commit fbd93f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

FileFormat.Words/FileFormat.Words.IElements.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,17 @@ public class Paragraph : IElement
8080
public bool IsBullet { get; set; }
8181

8282
/// <summary>
83-
/// Gets or sets whether the paragraph has numbering.
83+
/// Gets or sets whether the paragraph has numbered bullets.
8484
/// </summary>
8585
public bool IsNumbered { get; set; }
8686

8787
/// <summary>
88-
/// Gets or sets whether the paragraph has numbering.
88+
/// Gets or sets whether the paragraph has roman number bullets.
8989
/// </summary>
9090
public bool IsRoman { get; set; }
9191

9292
/// <summary>
93-
/// Gets or sets whether the paragraph has numbering.
93+
/// Gets or sets whether the paragraph has alphabetc number bullets.
9494
/// </summary>
9595
public bool IsAlphabeticNumber { get; set; }
9696

@@ -624,4 +624,4 @@ public ElementStyles()
624624
}
625625
}
626626

627-
}
627+
}

0 commit comments

Comments
 (0)