|
1 |
| ---- |
2 |
| -page_type: sample |
3 |
| -products: |
4 |
| -- office-word |
5 |
| -- office-365 |
6 |
| -languages: |
7 |
| -- javascript |
8 |
| -extensions: |
9 |
| - contentType: samples |
10 |
| - technologies: |
11 |
| - - Add-ins |
12 |
| - createdDate: 4/12/2016 12:43:11 PM |
13 |
| ---- |
14 |
| -# Word-Add-in-JS-Watermark |
15 |
| - |
16 |
| -This Word add-in will show you how to: |
17 |
| - |
18 |
| -1. Insert a WaterMark (with the text you need). |
19 |
| -2.Remove the Watermark |
20 |
| - |
21 |
| -## Prerequisites |
22 |
| - |
23 |
| -To use the add-in sample, the following are required. |
24 |
| - |
25 |
| -* Visual Studio 2015 or Visual Studio 2013 with Update 5. |
26 |
| -* Word 2016, or any client that supports the Word Javascript API. |
27 |
| - |
28 |
| -## Run the sample add-in |
29 |
| - |
30 |
| -Open the solution in Visual Studio and select F5 to run the sample. An instance of Word will start and you will see the add-in loaded into Word. |
31 |
| - |
32 |
| -## Questions and comments |
33 |
| - |
34 |
| -We'd love to get your feedback about the Watermark Word add-in sample. You can send your questions and suggestions to us in the [Issues](https://github.com/OfficeDev/Word-Add-in-JS-Watermark/issues) section of this repository. |
35 |
| - |
36 |
| -Questions about add-in development in general should be posted to [Stack Overflow](http://stackoverflow.com/questions/tagged/Office365+API). Make sure that your questions or comments are tagged with [office-js], [word], and [API]. |
37 |
| - |
38 |
| -## Learn more |
39 |
| - |
40 |
| -Here are more resources to help you create Word Javascript API based add-ins: |
41 |
| - |
42 |
| -* [Office Add-ins platform overview](http://dev.office.com/docs/add-ins/overview/office-add-ins?product=word) |
43 |
| -* [Word add-ins](http://dev.office.com/docs/add-ins/word/word-add-ins-programming-overview?product=word) |
44 |
| -* [Word add-ins programming overview](http://dev.office.com/reference/add-ins/word/word-add-ins-reference-overview?product=word) |
45 |
| -* [Snippet Explorer for Word](http://officesnippetexplorer.azurewebsites.net/#/snippets/word) |
46 |
| -* [Word add-ins JavaScript API Reference](https://github.com/OfficeDev/office-js-docs/tree/master/word/word-add-ins-javascript-reference) |
47 |
| -* [Silly stories Word add-in sample](https://github.com/OfficeDev/Word-Add-in-SillyStories) |
48 |
| -* [Document Assembly sample](https://github.com/OfficeDev/Word-Add-in-DocumentAssembly) |
49 |
| -* [Word API Labs](https://github.com/OfficeDev/office-docs/tree/master/O3652/O3652-2%20Deep%20Dive%20in%20Office%20Word%20Add-ins) |
50 |
| - |
51 |
| -## Copyright |
52 |
| -Copyright (c) 2015 Microsoft. All rights reserved. |
53 |
| - |
54 |
| - |
55 |
| -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. |
| 1 | +# [ARCHIVED] Word-Add-in-JS-Watermark |
| 2 | + |
| 3 | +**Note:** This repo is archived and no longer actively maintained. Security vulnerabilities may exist in the project, or its dependencies. If you plan to reuse or run any code from this repo, be sure to perform appropriate security checks on the code or dependencies first. Do not use this project as the starting point of a production Office Add-in. Always start your production code by using the Office/SharePoint development workload in Visual Studio, or the [Yeoman generator for Office Add-ins](https://github.com/OfficeDev/generator-office), and follow security best practices as you develop the add-in. |
| 4 | + |
| 5 | +This Word add-in will show you how to: |
| 6 | + |
| 7 | +1. Insert a WaterMark (with the text you need). |
| 8 | +2.Remove the Watermark |
| 9 | + |
| 10 | +## Prerequisites |
| 11 | + |
| 12 | +To use the add-in sample, the following are required. |
| 13 | + |
| 14 | +* Visual Studio 2015 or Visual Studio 2013 with Update 5. |
| 15 | +* Word 2016, or any client that supports the Word Javascript API. |
| 16 | + |
| 17 | +## Run the sample add-in |
| 18 | + |
| 19 | +Open the solution in Visual Studio and select F5 to run the sample. An instance of Word will start and you will see the add-in loaded into Word. |
| 20 | + |
| 21 | +## Questions and comments |
| 22 | + |
| 23 | +We'd love to get your feedback about the Watermark Word add-in sample. You can send your questions and suggestions to us in the [Issues](https://github.com/OfficeDev/Word-Add-in-JS-Watermark/issues) section of this repository. |
| 24 | + |
| 25 | +Questions about add-in development in general should be posted to [Stack Overflow](http://stackoverflow.com/questions/tagged/Office365+API). Make sure that your questions or comments are tagged with [office-js], [word], and [API]. |
| 26 | + |
| 27 | +## Learn more |
| 28 | + |
| 29 | +Here are more resources to help you create Word Javascript API based add-ins: |
| 30 | + |
| 31 | +* [Office Add-ins platform overview](http://dev.office.com/docs/add-ins/overview/office-add-ins?product=word) |
| 32 | +* [Word add-ins](http://dev.office.com/docs/add-ins/word/word-add-ins-programming-overview?product=word) |
| 33 | +* [Word add-ins programming overview](http://dev.office.com/reference/add-ins/word/word-add-ins-reference-overview?product=word) |
| 34 | +* [Snippet Explorer for Word](http://officesnippetexplorer.azurewebsites.net/#/snippets/word) |
| 35 | +* [Word add-ins JavaScript API Reference](https://github.com/OfficeDev/office-js-docs/tree/master/word/word-add-ins-javascript-reference) |
| 36 | +* [Silly stories Word add-in sample](https://github.com/OfficeDev/Word-Add-in-SillyStories) |
| 37 | +* [Document Assembly sample](https://github.com/OfficeDev/Word-Add-in-DocumentAssembly) |
| 38 | +* [Word API Labs](https://github.com/OfficeDev/office-docs/tree/master/O3652/O3652-2%20Deep%20Dive%20in%20Office%20Word%20Add-ins) |
| 39 | + |
| 40 | +## Copyright |
| 41 | +Copyright (c) 2015 Microsoft. All rights reserved. |
| 42 | + |
| 43 | + |
| 44 | +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. |
0 commit comments