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
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins