Word.Interfaces.ApplicationUpdateData interface
An interface for updating data on the Application object, for use in application.set({ ... }).
Properties
| bibliography | Returns a |
| check |
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
checkLanguage
Specifies if Microsoft Word automatically detects the language you are using as you type.
checkLanguage?: boolean;
Property Value
boolean