Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. function loadSampleData() {
  2. // Run a batch operation against the Word object model.
  3. Word.run(function (context) {
  4. // Create a proxy object for the document body.
  5. var body = context.document.body;
  6. console.log(body);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement