Word.DocumentCheckSpellingOptions 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.
Provides configuration options for the Document.checkSpelling method.
Remarks
Properties
always |
If provided, specifies whether to always suggest spelling corrections. The default value is |
custom |
If provided, specifies the custom dictionary to use for spell checking. The default value is "" (empty string). |
custom |
If provided, specifies an additional custom dictionary to use for spell checking. The default value is "" (empty string). |
custom |
If provided, specifies an additional custom dictionary to use for spell checking. The default value is "" (empty string). |
custom |
If provided, specifies an additional custom dictionary to use for spell checking. The default value is "" (empty string). |
custom |
If provided, specifies an additional custom dictionary to use for spell checking. The default value is "" (empty string). |
custom |
If provided, specifies an additional custom dictionary to use for spell checking. The default value is "" (empty string). |
custom |
If provided, specifies an additional custom dictionary to use for spell checking. The default value is "" (empty string). |
custom |
If provided, specifies an additional custom dictionary to use for spell checking. The default value is "" (empty string). |
custom |
If provided, specifies an additional custom dictionary to use for spell checking. The default value is "" (empty string). |
custom |
If provided, specifies an additional custom dictionary to use for spell checking. The default value is "" (empty string). |
ignore |
If provided, specifies whether to ignore uppercase words during spell checking. The default value is |
Property Details
alwaysSuggest
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 always suggest spelling corrections. The default value is true
.
alwaysSuggest?: boolean;
Property Value
boolean
Remarks
customDictionary
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 custom dictionary to use for spell checking. The default value is "" (empty string).
customDictionary?: string;
Property Value
string
Remarks
customDictionary10
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 an additional custom dictionary to use for spell checking. The default value is "" (empty string).
customDictionary10?: string;
Property Value
string
Remarks
customDictionary2
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 an additional custom dictionary to use for spell checking. The default value is "" (empty string).
customDictionary2?: string;
Property Value
string
Remarks
customDictionary3
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 an additional custom dictionary to use for spell checking. The default value is "" (empty string).
customDictionary3?: string;
Property Value
string
Remarks
customDictionary4
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 an additional custom dictionary to use for spell checking. The default value is "" (empty string).
customDictionary4?: string;
Property Value
string
Remarks
customDictionary5
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 an additional custom dictionary to use for spell checking. The default value is "" (empty string).
customDictionary5?: string;
Property Value
string
Remarks
customDictionary6
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 an additional custom dictionary to use for spell checking. The default value is "" (empty string).
customDictionary6?: string;
Property Value
string
Remarks
customDictionary7
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 an additional custom dictionary to use for spell checking. The default value is "" (empty string).
customDictionary7?: string;
Property Value
string
Remarks
customDictionary8
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 an additional custom dictionary to use for spell checking. The default value is "" (empty string).
customDictionary8?: string;
Property Value
string
Remarks
customDictionary9
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 an additional custom dictionary to use for spell checking. The default value is "" (empty string).
customDictionary9?: string;
Property Value
string
Remarks
ignoreUppercase
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 ignore uppercase words during spell checking. The default value is false
.
ignoreUppercase?: boolean;
Property Value
boolean