I would like an image to be anchored to a paragraph.
The xml that does it looks like this:
<draw:image draw:style-name="fr2" draw:name="PainDiagram"
text:anchor-type="paragraph" svg:x="4.7327inch" svg:y="0.1882inch"
svg:width="1.5744inch" svg:height="2.3618inch" draw:z-index="2"
xlink:href="#Pictures/100000000000026900000320E06B0F98.jpg"
xlink:type="simple" xlink:show="embed"
xlink:actuate="onLoad"><svg:desc>
Pain Diagram</svg:desc>
</draw:image>
Is there a way to insert:
text:anchor-type="paragraph"
into the draw:image section of the xml ?
Thanks.
Bob