Edit

Word.Interfaces.FieldUpdateData interface

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

Remarks

Used by

Properties

code

Specifies the field's code instruction.

result

Gets the field's result data.

Property Details

code

Specifies the field's code instruction.

code?: string;

Property Value

string

Remarks

API set: WordApi 1.4

Note: The ability to set the code was introduced in WordApi 1.5.

result

Gets the field's result data.

result?: Word.Interfaces.RangeUpdateData;

Property Value

Remarks

API set: WordApi 1.4