Guest User

Untitled

a guest
Dec 13th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. var wordDocument = app.ActiveDocument;
  2. var openXmlFormattedStr = wordDocument.Content.WordOpenXML;
  3. var manipulatedOpenXmlFormattedStr = .....;
  4. wordDocument.Content.InsertXML(manipulatedOpenXmlFormattedStr, null);
Add Comment
Please, Sign In to add comment