Hi Dawn:
After testing from myside, I found if you
change the picture format, it will fix the display issue. You can
manually changing the format of the Graphic: select the graphic->select format tab on the Ribbon->change to any format you want. You can also
use VBA code to change the format of the picture, for detailed information you can refer to
This article.
Below are some findings for your reference.
I checked the documents you sent to me, as the issue occurred when if the file saved as .docx or opened with word 2010/2013, so I zipped the file and compared the xml files, I found something
might be the cause of this issue.
- The pictures in media folder were all fine no missing parts even for those ones displayed wrongly in Word.
- I compared the document.xml file under .\Graphic issue\Issue.docx\word(where I stored the zip file), I found the documents.xml of issue.docx file has section called <a:custGeom>
</a:custGeom>, which contains data like below, maybe its inherited from the design tool, somehow, change formatting can get rid of the custGeom. So we suggest you change the format of
the picture.
-
Definition of
custGeom (Custom Geometry)This element specifies the existence of a custom geometric shape.
Detailed Defination
-<a:custGeom>
<a:avLst/>
-<a:gdLst>
<a:gd name="G0" fmla="+- 0 0 0"/>
<a:gd name="G1" fmla="+- 0 0 0"/>
<a:gd name="G2" fmla="+- 0 0 0"/>
<a:gd name="G3" fmla="+- 10800 0 0"/>
<a:gd name="G4" fmla="+- 0 0 0"/>
<a:gd name="T0" fmla="*/ 360 256 1"/>
<a:gd name="T1" fmla="*/ 0 256 1"/>
<a:gd name="G5" fmla="+- G2 T0 T1"/>
<a:gd name="G6" fmla="?: G2 G2 G5"/>
<a:gd name="G7" fmla="+- 0 0 G6"/>
<a:gd name="G8" fmla="+- 0 0 0"/>
<a:gd name="G9" fmla="+- 0 0 0"/>
same type of data
<a:gd name="T31" fmla="*/ 10800 h 21600"/>
<a:gd name="T32" fmla="*/ 10800 w 21600"/><a:gd name="T33" fmla="*/ 10800 h 21600"/>
<a:gd name="T34" fmla="*/ 3163 w 21600"/>
<a:gd name="T35" fmla="*/ 3163 h 21600"/>
<a:gd name="T36" fmla="*/ 18437 w 21600"/>
<a:gd name="T37" fmla="*/ 18437 h 21600"/></a:gdLst><a:ahLst/>
-<a:cxnLst>
-<a:cxn ang="0"><a:pos y="T5" x="T4"/></a:cxn>
-<a:cxn ang="0"><a:pos y="T7" x="T6"/></a:cxn>
-<a:cxn ang="0"><a:pos y="T9" x="T8"/></a:cxn>
-<a:cxn ang="0"><a:pos y="T11" x="T10"/></a:cxn>
-<a:cxn ang="0"><a:pos y="T13" x="T12"/></a:cxn>
-<a:cxn ang="0"><a:pos y="T15" x="T14"/></a:cxn>
-<a:cxn ang="0"><a:pos y="T17" x="T16"/></a:cxn>
-<a:cxn ang="0"><a:pos y="T19" x="T18"/></a:cxn>
-<a:cxn ang="0"><a:pos y="T21" x="T20"/></a:cxn>
-<a:cxn ang="0"><a:pos y="T23" x="T22"/></a:cxn>
-<a:cxn ang="0"><a:pos y="T25" x="T24"/></a:cxn>
-<a:cxn ang="0"><a:pos y="T27" x="T26"/></a:cxn>
-<a:cxn ang="0"><a:pos y="T29" x="T28"/></a:cxn>
-<a:cxn ang="0">
<a:pos y="T31" x="T30"/>
</a:cxn>
-<a:cxn ang="0">
<a:pos y="T33" x="T32"/>
</a:cxn>
</a:cxnLst>
<a:rect r="T36" b="T37" t="T35" l="T34"/>
+<a:pathLst>
</a:custGeom>
-
Edited by
Chloe WangModerator
Monday, March 09, 2015 9:26 AM
-
Marked as answer by
Chloe WangModerator
Tuesday, March 17, 2015 3:18 AM