D
David Thielen
Hi;
Ok, this is really weird. I have a bitmap that is an InlineShape. When
I right click, bring up the properties, and go to Alt Text I see:
<wr:import select='/order/file' type='BITMAP' image-size='fill-width'
height='3210' width='2655' nickname='dav'/>
I click save, open the docx file in WinZip, open document.xml and I
have:
<v:shape id="_x0000_file7460" o:spid="_x0000_i1025" type="#_x0000_t75"
alt="<wr:import select='/order/file' type='BITMAP'
image-size='specified-width' height='3210' width='2655'
nickname='dav'/>"
style="width:132.75pt;height:160.5pt;visibility:visible">
Note that the image-size= in my internal tag does not match. What I've
found is I have to set it several times for it to take on a save. But
it is the string I set it to if I read it back in my AddOn.
But it does not write the new value. Any idea why?
thanks - dave
david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com
Cubicle Wars - http://www.windwardreports.com/film.htm
Ok, this is really weird. I have a bitmap that is an InlineShape. When
I right click, bring up the properties, and go to Alt Text I see:
<wr:import select='/order/file' type='BITMAP' image-size='fill-width'
height='3210' width='2655' nickname='dav'/>
I click save, open the docx file in WinZip, open document.xml and I
have:
<v:shape id="_x0000_file7460" o:spid="_x0000_i1025" type="#_x0000_t75"
alt="<wr:import select='/order/file' type='BITMAP'
image-size='specified-width' height='3210' width='2655'
nickname='dav'/>"
style="width:132.75pt;height:160.5pt;visibility:visible">
Note that the image-size= in my internal tag does not match. What I've
found is I have to set it several times for it to take on a save. But
it is the string I set it to if I read it back in my AddOn.
But it does not write the new value. Any idea why?
thanks - dave
david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com
Cubicle Wars - http://www.windwardreports.com/film.htm