Visio Guy

Visio Discussions => Programming & Code => Topic started by: alok21 on July 29, 2012, 08:32:05 AM

Title: How to adjust shapes when they overlap
Post by: alok21 on July 29, 2012, 08:32:05 AM
I am exporting my UML diagrams to visio using Java Swt Ole Automation.There are situations when the shapes drawn on page overlap with each other.Are there any adjustments in visio settings which can be done such that the shapes  automatically adjust themselves on drop and do not overlap with each other?
Title: Re: How to adjust shapes when they overlap
Post by: Paul Herber on July 29, 2012, 04:42:57 PM
Right-click on the page tab -> Page Setup -> Layout and Routing

Move other shapes away on drop

ensure this is ticked.
Title: Re: How to adjust shapes when they overlap
Post by: alok21 on July 30, 2012, 06:59:13 AM
Thanks a lot sir.