Hi Prabhaker,
It is to update you that our product team has completed the analysis of this issue and the root cause has been identified. However, because of complexity, the implementation of the fix of this issue has been postponed.
The issue occurs because Aspose.Words does not imitate a special MS Word behavior when wrapping a page break around a floater.
The problematic image (plane section) is column-relative. The anchor paragraph has a page break after the image anchor. In Aspose.Words layout, the anchor paragraph is shifted right because of wrapping around another floating image (full plane). As the anchor is shifted, the column-relative image is shifted as well.
If the page break is removed or if a character is added before the page break, MS Word starts to wrap the anchor paragraph around the plane image, and shifts the plane section right as well, producing a layout similar to the Aspose.Words output.
So the question is why MS Word does not wrap the page break around the wrapped floater. It seems, it treats the line consisting of a single page break as having a very little height. Moving the plane image up eventually causes MS Word to wrap the page break to the right of the image. This MS Word behavior requires additional investigation.
You may make the plane image not-wrapped as a workaround. We apologize for any inconvenience.
Best regards,