Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.DocumentCountNumberedItemsOptions interface
- Package:
- word
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.
Properties
| level | If provided, specifies the level of numbering to count. If omitted, all levels are counted. |
| numberType | 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"
Remarks
Office Add-ins
Feedback
Was this page helpful?
