Word.DocumentCountNumberedItemsOptions 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.
Provides configuration options for the Document.countNumberedItems method.
Remarks
Properties
| level | If provided, specifies the level of numbering to count. If omitted, all levels are counted. |
| number |
If provided, specifies the type of numbered items 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 of numbering to count. If omitted, all levels are counted.
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 numbered items to count. The default value is allNumbers.
numberType?: Word.NumberType | "Paragraph" | "ListNum" | "AllNumbers";
Property Value
Word.NumberType | "Paragraph" | "ListNum" | "AllNumbers"