| Skype: | TextControlSupport | |
| Orders: | 877-462-4772 |
ListFormat.RestartNumbering Property |
||
| Description: | Gets or sets a value determining whether a new numbered list begins. |
|
| Syntax: |
[C#]
public bool RestartNumbering { get; set; }
[Visual Basic] Public Property RestartNumbering() As Boolean |
|
| Remarks: | The property's default value is false. The property returns its default value when the text selection contains multiple paragraphs with mixed settings. The Selection.IsCommonValueSelected method can be used to check for mixed attributes. |
|
| See also: | Bullets and Numbered Lists, Graphical Overview. | |