Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Word.Interfaces.ApplicationLoadOptions interface

Package:
word

Represents the Application object.

Properties

$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).

bibliography

Returns a Bibliography object that represents the bibliography reference sources stored in Microsoft Word.

checkLanguage

Specifies if Microsoft Word automatically detects the language you are using as you type.

language

Gets a LanguageId value that represents the language selected for the Microsoft Word user interface.

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

API set: WordApiDesktop 1.3

checkLanguage

Specifies if Microsoft Word automatically detects the language you are using as you type.

checkLanguage?: boolean;

Property Value

boolean

Remarks

API set: WordApiDesktop 1.3

language

Gets a LanguageId value that represents the language selected for the Microsoft Word user interface.

language?: boolean;

Property Value

boolean

Remarks

API set: WordApiDesktop 1.3


Feedback

Was this page helpful?