Edit

Share via


Word.Interfaces.ApplicationUpdateData interface

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

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

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.BibliographyUpdateData;

Property Value

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

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

[ API set: WordApi BETA (PREVIEW ONLY) ]