I want to add field code using word JavaScript API. I checked the API documentation but I found nothing regarding this. Is there a way to do it in this API?
相关问题
- Converting byte array output into Blob corrupts fi
- docx4j - delete wml P element
- How to name and reference an Excel range using off
- Setting width of Office add-in task pane
- Office Dialog API send message to child dialog
相关文章
- System.Runtime.InteropServices.COMException (0x800
- How to print a docx to a specific printer using Mi
- Determine if connect-msolservice has already been
- Deleting columns from a table with merged cells
- The application named HTTPS://test113.onmicrosoft.
- How to get admin access to files for all user'
- Doc4j - Having issues converting docx to PDF with
- Outlook WebAddin is detected as contextual addin i
There is no direct support in the API for adding fields, i.e. you will have to create Open XML containing the field. You can then insert this Open XML in your document (something a long the lines of the following untested snippet):