部分代码如下:  
fieldName  ="c://1.jpg";  
Object  oMissed  =  System.Reflection.Missing.Value;  
Object  oLinkToFile  =  false;  
Object  oSaveWithDocument  =  true;  
inlineShapes.AddPicture(fieldName,ref  oLinkToFile,ref  oSaveWithDocument,ref  oMissed);  
 
上述代码已经可以实现在word中的首页的开始文本部分加入图片,可是无法在我指定位置加入图片,希望各位大大们能帮忙解决.谢谢

解决方案 »

  1.   

    这个帖子解决了http://community.csdn.net/Expert/topic/3821/3822000.xml?temp=.8375971
      

  2.   

    参考
    http://msdn.microsoft.com/library/en-us/off2000/html/womthaddpicture.asp
      

  3.   

    http://msdn.microsoft.com/library/en-us/vbawd11/html/womthAddPicture1_HV03076730.asp
      

  4.   

    to  net_lover(孟子E章)and yistudio(绿荫)
       我在此之前都看了你们提供的资料,可是我始终没有找到在哪个位置设置图片的有关方法和参数,希望能得到你们详细一点的解答(关键是设置位置的方法).不胜感谢.