Word.Interfaces.ListTemplateData interface

An interface describing the data returned by calling listTemplate.toJSON().

Properties

listLevels

Gets a ListLevels collection that represents all the levels for the specified ListTemplate.

outlineNumbered

Specifies whether the specified ListTemplate object is outline numbered.

Property Details

listLevels

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.

Gets a ListLevels collection that represents all the levels for the specified ListTemplate.

listLevels?: Word.Interfaces.ListLevelData[];

Property Value

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

outlineNumbered

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.

Specifies whether the specified ListTemplate object is outline numbered.

outlineNumbered?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]