Word.ListTemplateApplyOptions interface
Represents options for applying a list template to a range.
Remarks
Properties
| apply |
If provided, specifies the level to apply in the list template. The default value is 1. |
| apply |
If provided, specifies which part of the list to apply the template to. The default value is |
| continue |
If provided, specifies whether to continue the previous list. The default value is |
| default |
If provided, specifies the default list behavior. The default value is |
Property Details
applyLevel
If provided, specifies the level to apply in the list template. The default value is 1.
applyLevel?: number;
Property Value
number
Remarks
applyTo
If provided, specifies which part of the list to apply the template to. The default value is wholeList.
applyTo?: Word.ListApplyTo | "WholeList" | "ThisPointForward" | "Selection";
Property Value
Word.ListApplyTo | "WholeList" | "ThisPointForward" | "Selection"
Remarks
continuePreviousList
If provided, specifies whether to continue the previous list. The default value is false.
continuePreviousList?: boolean;
Property Value
boolean
Remarks
defaultListBehavior
If provided, specifies the default list behavior. The default value is word97.
defaultListBehavior?: Word.DefaultListBehavior | "Word97" | "Word2000" | "Word2002";
Property Value
Word.DefaultListBehavior | "Word97" | "Word2000" | "Word2002"