Reply To: Reference Point for Placed Object

Home Page / Forums / General InDesign Topics (CLOSED) / Reference Point for Placed Object / Reply To: Reference Point for Placed Object

#94510

This script will move the selected frame on the left (= Object width, no rotation):

app.selection[0].move([(app.selection[0].geometricBounds[1]*2)-app.selection[0].geometricBounds[3],app.selection[0].geometricBounds[0]]);

You’re lucky! I only give for free one-single-line script! =D

(^/)

This article was last modified on May 11, 2017

Comments (0)

Loading comments...