Word.Interfaces.ListTemplateData interface
An interface describing the data returned by calling listTemplate.toJSON()
.
Properties
list |
Gets a ListLevels collection that represents all the levels for the specified ListTemplate. |
outline |
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
outlineNumbered
Specifies whether the specified ListTemplate object is outline numbered.
outlineNumbered?: boolean;
Property Value
boolean