Edit

Share via


Word.ListTemplateApplyOptions interface

Represents options for applying a list template to a range.

Remarks

[ API set: WordApiDesktop 1.3 ]

Properties

applyLevel

If provided, specifies the level to apply in the list template. The default value is 1.

applyTo

If provided, specifies which part of the list to apply the template to. The default value is wholeList.

continuePreviousList

If provided, specifies whether to continue the previous list. The default value is false.

defaultListBehavior

If provided, specifies the default list behavior. The default value is word97.

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

[ API set: WordApiDesktop 1.3 ]

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

[ API set: WordApiDesktop 1.3 ]

continuePreviousList

If provided, specifies whether to continue the previous list. The default value is false.

continuePreviousList?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

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"

Remarks

[ API set: WordApiDesktop 1.3 ]