Note

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

Access to this page requires authorization. You can try .

Word.Interfaces.ApplicationUpdateData interface

Package:
word

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


Feedback

Was this page helpful?