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
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