Word.Interfaces.FieldData interface
An interface describing the data returned by calling field.toJSON()
.
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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins