August 13, 2015
Besides writing to a specified place in a document, the other major thing an “App for Word” can do is communicate with Custom XML Parts. Mainly, I suppose the reason this was included in the original APIs is because Word can link a content control to a node in a Custom XML Part. Changing the […]
1 Comment |
Concept, VBA->JS, Web Add-ins, Word 2013, Word 2016 | Tagged: VBA->JS, Web Add-ins, Word 2013, Word 2016 |
Permalink
Posted by WordMeister
August 4, 2015
In the last four installments, the basics of creating a Web Add-in and reading/inserting information was introduced, using two different data formats: matrix and plain text. When working with Word, especially, formatting can be just as important as text content. For this reason, Word supports more and complexer content types than the other Office applications. […]
No Comments » |
Web Add-ins, Word 2013, Word 2016 | Tagged: Web Add-ins, Word 2013, Word 2016 |
Permalink
Posted by WordMeister
February 6, 2013
When you create a new document in Word, it automatically bases on a template. By default, this will be the built-in Normal.dotm, but it can be any *.dotx or *.dotm file. This document will maintain a link back to the template, enabling it to use Building Blocks, Ribbon customization and macros in the template. Users and […]
15 Comments |
Word 2013, Word object model | Tagged: object model, Office history, settings, templates, Word 2013 |
Permalink
Posted by WordMeister