Word.Interfaces.ApplicationLoadOptions interface
Represents the application object.
Remarks
Properties
$all | Specifying |
bibliography | Returns a |
check |
Specifies if Microsoft Word automatically detects the language you are using as you type. |
language | Gets a |
Property Details
$all
Specifying $all
for the load options loads all the scalar properties (such as Range.address
) but not the navigational properties (such as Range.format.fill.color
).
$all?: boolean;
Property Value
boolean
bibliography
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.
Returns a Bibliography
object that represents the bibliography reference sources stored in Microsoft Word.
bibliography?: Word.Interfaces.BibliographyLoadOptions;
Property Value
Remarks
checkLanguage
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.
Specifies if Microsoft Word automatically detects the language you are using as you type.
checkLanguage?: boolean;
Property Value
boolean
Remarks
language
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.
Gets a LanguageId
value that represents the language selected for the Microsoft Word user interface.
language?: boolean;
Property Value
boolean