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

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

listLevels?: Word.Interfaces.ListLevelData[];

Property Value

Remarks

[ API set: WordApiDesktop 1.1 ]

outlineNumbered

Specifies whether the specified ListTemplate object is outline numbered.

outlineNumbered?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.1 ]