This event enables to run commands when saving a document in Word or a presentation in PowerPoint or a workbook in Excel.
<event type="BaseExtensions:SaveEvent">
Here is an example:
Combining this event with the update fields feature, all fields in a document in Word will be updated when user is saving the document. For instance, if there is several headings and a table of content in the document and changes in the headings are performed, the table of content will automatically update when the document is being saved.
<event type="BaseExtensions:SaveEvent">
<Cmd case="BaseExtensions:update-fields"/>
</event>
Comments
0 comments
Article is closed for comments.