https://bugs.documentfoundation.org/show_bug.cgi?id=80717

--- Comment #31 from Miklos Vajna <[email protected]> ---
FWIW, Word layout has two modes:

1) Legacy floating table layout: this is used for DOCX compat mode <= 14 and
DOC/RTF. This has weird rules, e.g. if you have a floating table that would fit
the body frame but you move it down a little (so it overlaps with the footer),
that's OK.

2) Newer floating table layout: this is used for DOCX compat mode >= 15 (i.e.
new documents in Word 2013 and newer), this works in a more sane way, i.e.
overlap with footer area is never allowed. GetFlyAnchorBottom() has the details
of this on our side.

I'm just writing this to make sure you don't confuse yourself when you would
try a compat15 DOCX in Word 2010, which is probably a non-interesting
rendering.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to