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