Word.Interfaces.ListTemplateUpdateData interface
An interface for updating data on the ListTemplate object, for use in listTemplate.set({ ... }).
Properties
| name | Specifies the name of the list template. |
| outline |
Specifies whether the list template is outline numbered. |
Property Details
name
Specifies the name of the list template.
name?: string;
Property Value
string
Remarks
outlineNumbered
Specifies whether the list template is outline numbered.
outlineNumbered?: boolean;
Property Value
boolean