Word.Interfaces.FieldData interface
An interface describing the data returned by calling field.toJSON().
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.RangeData;