Word.Interfaces.ListFormatUpdateData interface
An interface for updating data on the ListFormat object, for use in listFormat.set({ ... }).
Properties
| list |
Specifies the list level number for the first paragraph for the |
| list |
Gets the list template associated with the |
Property Details
listLevelNumber
Specifies the list level number for the first paragraph for the ListFormat object.
listLevelNumber?: number;
Property Value
number
Remarks
listTemplate
Gets the list template associated with the ListFormat object.
listTemplate?: Word.Interfaces.ListTemplateUpdateData;