office js - Update document fields of word using OfficeJS -


in vsto, can update fields of word document using c# code:

 _wordapplication.activedocument.fields.update(); 

is there way same job in officejs? using officejs 1.4 beta version.

thanks in advance!

good question! not now, support custom doc properties , xmlparts depending on scenario might ok, fields planning support in future. don't forget vote on our user voice channel, there existing item tracking doc fields support.

https://officespdev.uservoice.com/forums/224641-feature-requests-and-feedback/category/163566-add-in-word

thanks.


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -