Word.Interfaces.FieldUpdateData interface
An interface for updating data on the Field object, for use in field.set({ ... }).
Property Details
code
Specifies the field's code instruction.
code?: string;
Property Value
string
Remarks
Note: The ability to set the code was introduced in WordApi 1.5.
result
Gets the field's result data.
result?: Word.Interfaces.RangeUpdateData;