Word.ListTemplateApplyOptions 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 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
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 level to apply in the list template. The default value is 1.
applyLevel?: number;
Property Value
number
Remarks
applyTo
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 which part of the list to apply the template to. The default value is Word.ListApplyTo.wholeList
.
applyTo?: Word.ListApplyTo | "WholeList" | "ThisPointForward" | "Selection";
Property Value
Word.ListApplyTo | "WholeList" | "ThisPointForward" | "Selection"
Remarks
continuePreviousList
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 continue the previous list. The default value is false
.
continuePreviousList?: boolean;
Property Value
boolean
Remarks
defaultListBehavior
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 default list behavior. The default value is DefaultListBehavior.word97
.
defaultListBehavior?: Word.DefaultListBehavior | "Word97" | "Word2000" | "Word2002";
Property Value
Word.DefaultListBehavior | "Word97" | "Word2000" | "Word2002"