Skip to main content
Participant
August 4, 2011
Question

Object Reflection

  • August 4, 2011
  • 1 reply
  • 509 views

Hello

Can some one help me how to do a reflection on an uneven object in Indesign?

so it looks like the object is sitting on a Mirror?

The object doesnt have all its points evenly off a line so the reflection image needs to be stretched to touch all the points?

Thanks

This topic has been closed for replies.

1 reply

Harbs.
Legend
August 8, 2011

PageItem.flipItem(Flip.HORIZONTAL);

or

PageItem.flipItem(Flip.VERTICAL);

Harbs