Edit

Word.Interfaces.ListTemplateUpdateData interface

An interface for updating data on the ListTemplate object, for use in listTemplate.set({ ... }).

Remarks

Used by

Properties

name

Specifies the name of the list template.

outlineNumbered

Specifies whether the list template is outline numbered.

Property Details

name

Specifies the name of the list template.

name?: string;

Property Value

string

Remarks

API set: WordApiDesktop 1.4

outlineNumbered

Specifies whether the list template is outline numbered.

outlineNumbered?: boolean;

Property Value

boolean

Remarks

API set: WordApiDesktop 1.1