Click or drag to resize

ListLevelFormatNumberFormat Property

Returns or sets the number format for the list level.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public string NumberFormat { get; set; }

Property Value

String
Remarks

All text in this property's value shall be taken as literal text to be repeated in each instance of this list level, except for any use of the percent symbol (%) followed by a number, which shall be used to indicate the one-based index of the number to be used at this level. Any number of a level higher than this level shall be ignored.

When the % syntax is used, the number shall be incremented for each subsequent paragraph of that level(sequential or not), until the restart level is seen between two subsequent paragraphs of this level.

Default value is Empty.

See Also