Microsoft Word · Arazzo Workflow
Microsoft Word Search Body and Tag Document
Version 1.0.0
Search a document body for text, update the document properties, and save it.
Provider
Workflows
search-and-tag
Search a document, update its properties, and save.
Searches the document body for text, updates document properties such as title and keywords, and saves the document.
1
searchBody
searchDocument
Search the document body for the supplied text, ignoring punctuation and whitespace. The JavaScript API returns 200 with the matching ranges.
2
updateProperties
updateDocumentProperties
Update the document title and keywords. The JavaScript API returns 200 with the updated document properties.
3
saveDocument
saveDocument
Save the document to persist the updated properties. The JavaScript API returns 204 with no content on success.