This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | name: Insert file | |
| description: Performs a basic Word API call using TypeScript. | |
| host: WORD | |
| api_set: {} | |
| script: | |
| content: > | |
| $("#run").click(() => tryCatch(run)); | |
| async function run() { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | name: Named items with special char's | |
| description: Create a new snippet from a blank template. | |
| host: EXCEL | |
| api_set: {} | |
| script: | |
| content: | | |
| $("#run").click(() => tryCatch(run)); | |
| $("#btnCurrency").click(() => tryCatch(addCurrencyNameItem)); | |
| $("#btnDate").click(() => tryCatch(addDateNameItem)); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | name: List Content Controls | |
| description: >- | |
| gist to List all content controls in a document, Insert plain text content | |
| controls | |
| host: WORD | |
| api_set: {} | |
| script: | |
| content: | | |
| $("#listCCBtn").click(() => tryCatch(listContentControls)); | |
| $("#insertDocContentBtn").click(() => tryCatch(insertContent)); | 
NewerOlder