Edit

Share via


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

[ API set: WordApi BETA (PREVIEW ONLY) ]

Properties

level

If provided, specifies the level to count. The default value is 1.

numberType

If provided, specifies the type of number to count. The default value is Word.NumberType.paragraph.

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

[ API set: WordApi BETA (PREVIEW ONLY) ]

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"

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]