Edit

Share via


Word.ListFormatCountNumberedItemsOptions interface

Represents options for counting numbered items in a range.

Remarks

[ API set: WordApiDesktop 1.3 ]

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 paragraph.

Property Details

level

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

level?: number;

Property Value

number

Remarks

[ API set: WordApiDesktop 1.3 ]

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"

Remarks

[ API set: WordApiDesktop 1.3 ]