https://bugs.documentfoundation.org/show_bug.cgi?id=138504
--- Comment #6 from Gabor Kelemen (allotropia) <[email protected]> --- Created attachment 184116 --> https://bugs.documentfoundation.org/attachment.cgi?id=184116&action=edit A collection of different objects supported by Word 2019 After the attribute was initially added in bug 143311 a few more things became obvious: - This was added to Writer images (so it's missing in Calc, Impress, Draw), which under the hood utilize the Frame object. - Other Word objects also have this attribute: Drawing shape (including grouped ones), WordArt (which is a fancy-formatted drawing shape), Chart, SmartArt. Of these only the Chart is Frame-based in Writer, so this has the attribute, the rest does not. Probably would make sense to extend those objects with this attribute as well, also for the case of Calc, Impress, Draw objects and images in those apps. - Some Word objects don't have this attribute: equation, OLE-object, frame. Yet these are Frame-based in Writer, so they do have the attribute. This does not necessarily causes disasters on PDF export or OOXML-interop, just noticing. -- You are receiving this mail because: You are the assignee for the bug.
