Hi there,
I am processing a document in a Word Add-In that I have written. I find that a certain range, which as I found includes a certain image, results in a string with a forward slash character "/" when I print the range.text corresponding to that range. When I delete the image, the "/" is no longer printed.
I cannot understand why this is happening and it is throwing off the character offsets that I am using.
Thanks for any answers you can provide.
foreach (Paragraph para in document.Paragraphs) { file.Write(para.Range.Text); }FYI I am using Word 2010, not 2013.
- Edited by sdray Thursday, August 20, 2015 10:46 PM
- Moved by Emi Zhang CHNMicrosoft contingent staff Friday, August 21, 2015 5:31 AM Move Case