Edit

Word.Interfaces.ApplicationUpdateData interface

An interface for updating data on the Application object, for use in application.set({ ... }).

Remarks

Used by

Properties

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.

Property Details

bibliography

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

bibliography?: Word.Interfaces.BibliographyUpdateData;

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