Word.ListTemplateAddOptions interface
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Represents the options for the ListTemplateCollection.add method.
Remarks
Properties
| name | If provided, specifies the name of the list template to be added. |
| outline |
If provided, specifies whether to apply outline numbering to the new list template. The default value is |
Property Details
name
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
If provided, specifies the name of the list template to be added.
name?: string;
Property Value
string
Remarks
outlineNumbered
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
If provided, specifies whether to apply outline numbering to the new list template. The default value is false.
outlineNumbered?: boolean;
Property Value
boolean