File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments