Edit

Share via


Word.ListTemplateAddOptions interface

Represents the options for the ListTemplateCollection.add method.

Properties

name

If provided, specifies the name of the list template to be added.

outlineNumbered

If provided, specifies whether to apply outline numbering to the new list template. The default value is false.

Property Details

name

If provided, specifies the name of the list template to be added.

name?: string;

Property Value

string

Remarks

[ API set: WordApiDesktop 1.5 ]

outlineNumbered

If provided, specifies whether to apply outline numbering to the new list template. The default value is false.

outlineNumbered?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.5 ]