Word.ListFormatCountNumberedItemsOptions interface
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
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
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
If provided, specifies the level to count. The default value is 1.
level?: number;
Property Value
number
Remarks
numberType
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
If provided, specifies the type of number to count. The default value is Word.NumberType.paragraph
.
numberType?: Word.NumberType | "Paragraph" | "ListNum" | "AllNumbers";
Property Value
Word.NumberType | "Paragraph" | "ListNum" | "AllNumbers"