https://bugs.documentfoundation.org/show_bug.cgi?id=162712
Regina Henschel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Regina Henschel <[email protected]> --- The image is anchored as character. For such anchored images the attributes distR and distL are disabled in OOXML. So being conform to OOXML, Word has to ignore these attribute. 20.4.2.3 anchor (Anchor for Floating DrawingML Object), part 1 OOXML: <quote> If this object is an inline object (i.e. has a parent element of inline), then this value shall not have any effect when displaying the object in line with text, but can be maintained and used if the object is subsequently changed to floating. </quote> Thus these attributes cannot be used. And as the image is anchored inline, a wrap polygon can be used neither. So the target file format has no means to describe such distance in case of object anchored as characters. As consequence, all parts to add such distance are disabled in Word if the image is anchored as character. You could drag the crop handles to get a distance to the text. But that produces negative crop values and negative values are not allowed in ODF. So I see no way to describe such distance, so that a corresponding OOXML attribute exists and at the same time it is valid ODF. I'm not sure about a bug solution, could be WONTFIX, NOTABUG, NOTOURBUG. When you need "anchored as image", then you need a workaround. In that case you should discuss it on Ask. If you do not care about valid ODF, you can use negative crop instead of padding. -- You are receiving this mail because: You are the assignee for the bug.
