text and graphic processing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've go problem!
I want my word plug-in to cut all pictures from the document, and then paste
them back.

for (i = 1; i <= applicationObject.ActiveDocument.Paragraphs.Count; i++)
{
????
}

what shall I do?
thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top