Edit

Word.Interfaces.FieldData interface

An interface describing the data returned by calling field.toJSON().

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

Property Value

Remarks

API set: WordApi 1.4