Word.ListFormatCountNumberedItemsOptions interface
Represents options for counting numbered items in a range.
Remarks
Properties
| level | If provided, specifies the level to count. The default value is 1. |
| number |
If provided, specifies the type of number to count. The default value is |
Property Details
level
If provided, specifies the level to count. The default value is 1.
level?: number;
Property Value
number
Remarks
numberType
If provided, specifies the type of number to count. The default value is paragraph.
numberType?: Word.NumberType | "Paragraph" | "ListNum" | "AllNumbers";
Property Value
Word.NumberType | "Paragraph" | "ListNum" | "AllNumbers"