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
Returns a Bibliography object that represents the bibliography reference sources stored in Microsoft Word.
bibliography?: Word.Interfaces.BibliographyLoadOptions;
Property Value
Remarks
checkLanguage
Specifies if Microsoft Word automatically detects the language you are using as you type.
checkLanguage?: boolean;
Property Value
boolean
Remarks
language
Gets a LanguageId value that represents the language selected for the Microsoft Word user interface.
language?: boolean;
Property Value
boolean