• If I set a linked image for text wrap using:

    Code
    SelectedObject.Wrap := wpwrBoth;
                SelectedObject.PositionMode := wpotPar;

    and then drag the margin left or right, the paragraph adjusts to the new margins, but the image does not. I would have expected that if I move the left margin to the right an inch, the linked image would also move to the right an inch since it is set to be relative to the paragraph not the page.

    Is this the correct behavior? If so, do you have a quick and dirty method I can add to my code to manually move the linked image-with-text-wrap when a margin change occurs?

    WPTools 5.19.1
    D7

    Eric

    • Offizieller Beitrag

    Hi,

    The image is anchored to position x=0 at the paragraph, It does not use the margins. Maybe I change that in a future version, mut it can have sideffects, for example when the image was aligned to the right border, then moving the image will move the image into the right border area.

    Julian