Support for inserting and editing fields in Word documents. Below are a few of field types,
1. Barcode field
2. Date field,
3. if field, etc
4. Formula field
At present, Document editor can preserve all the fields while opening an existing Word document that already contains field. But there is no Microsoft Word-like UI option to insert or edit the fields.
Alternatively, you can add any simple field to the document by using insertField
method till this feature is implemented
.
Note: You should learn about the field code of each field type supported by Microsoft Word. As you should provide field code and result text as parameter to this API.